Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to enterprise recaptcha #11

Open
regisroots opened this issue Jun 27, 2024 · 0 comments
Open

Support to enterprise recaptcha #11

regisroots opened this issue Jun 27, 2024 · 0 comments

Comments

@regisroots
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant