browser_solve_captcha
Detects and solves Turnstile, hCaptcha, or reCAPTCHA on the current page by submitting to a configured provider and injecting the token into the widget.
Instructions
Fallback captcha solver. Detects Turnstile/hCaptcha/reCAPTCHA on the current page (or takes an explicit sitekey), submits to the configured provider (CapSolver or 2Captcha per SAB_CAPTCHA_PROVIDER + SAB_CAPTCHA_API_KEY), polls for a token, and injects it into the widget's response field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Override auto-detection. Otherwise the active page is scanned for a known widget. | |
| pageUrl | No | Page URL the captcha is bound to. Defaults to the current page. | |
| sitekey | No | Provide explicitly when auto-detection fails. |