Skip to content

Support to enterprise recaptcha #11

Open
@regisroots

Description

@regisroots

How i can use to solve enterprise recaptchas? i try on this way but no success

const recaptchaToken = await frame.$eval('#recaptcha-token', el => el.value); // to get recaptcha token data-s

    const resultadoCaptcha = await solver.recaptcha({
        pageurl: 'https://help.steampowered.com/pt-br/wizard/HelpWithLoginInfo?issueid=406',
        googlekey: '6LfNGb0ZAAAAAI_j6L2y1eXXWAoSbtjvccEcEq2P',
        enterprise: true,
        "s": recaptchaToken,
      });

It returns an answer but the problem is that it is always wrong, I think the problem is sending the data-s parameter to 2captcha.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions