detect() to find captchas or solve() to detect and solve them in one step. The same operations are also exposed over HTTP via POST /v1/sessions/{id}/automation using call='page.captcha.detect' and call='page.captcha.solve'.
Access
Quick Example
Methods
detect()
Detect captchas on the current page without solving them. Returns information about any captchas found, including their type and location.Detection options.
Detection result with captcha information.
solve()
Detect and solve a captcha on the current page. Automatically identifies the captcha type, sends it to the solver backend, and injects the solution token.Solve options.
Solve result with success status and timing.

