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

Example
V2Recaptcha2captcha("<pageURL>", "<siteKey>", 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. Ensure that the page is publicly accessible. | |
| 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. | |
| 2Captcha API Key | string | Yes | Your unique API key for the 2captcha service. This key is required to authenticate and use their CAPTCHA-solving functionality |