CAPTCHA
BCTRL can detect and solve captchas on the current page. Supported captcha types include reCAPTCHA v2/v3, Cloudflare Turnstile, hCaptcha, GeeTest, Arkose, and more.
Access via runtime.captcha.
Supported types
captcha.detect(options?)
Scan the page for captcha widgets. Detection checks the DOM, loaded scripts, and network requests.
Returns CaptchaDetectResult
captcha.solve(options?)
Detect and solve a captcha, then inject the solution token into the page.
Returns CaptchaSolveResult
Auto-solve on launch
Enable automatic captcha solving when launching a runtime:
When solveCaptchas is enabled, captchas are detected and solved automatically as they appear — no manual calls needed.

