RecaptchaV2 Anti-captcha
Solves reCAPTCHA V2 challenges using the Anti-captcha service. The service will process the CAPTCHA and return the solution token required to bypass the verification.
Category: CAPTCHA Solving · Group: Captcha · Activity name: V2RecaptchaAnticaptcha

Example
V2RecaptchaAnticaptcha("<pageURL>", "<siteKey>", isInvisible=True, dataSValue="<dataSValue>", apiKey="<apiKey>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Webpage URL | string | Yes | The URL of the page containing the reCAPTCHA V2 widget that you wish to solve. | |
| Website Key | string | Yes | The site key (data-sitekey) for the reCAPTCHA widget. This is typically found within the HTML of the reCAPTCHA widget's element. | |
| Is invisibile | boolean | Check this box if you are solving an invisible Recaptcha V2. | ||
| Data-s Value | string | Fill this value if you are solving a ReCaptcha V2 with the 'data-s' parameter, typically found at google.com websites | ||
| AntiCaptcha API Key | string | Yes | Your unique API key for the Anti-Captcha service. This key is required to authenticate and use their CAPTCHA-solving functionality |