Open
Description
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.