puppeteer-extends
    Preparing search index...

    Interface CaptchaSolution

    Result of captcha solving

    interface CaptchaSolution {
        expiration?: Date;
        id?: string;
        token: string;
    }
    Index

    Properties

    Properties

    expiration?: Date

    When the solution will expire

    id?: string

    Optional ID from the captcha service

    token: string

    Solved token or text