Captcha.autoSolve for GeeTest. This type is handled by the external provider integration; sending it to Captcha.solve returns an error.
Before you start
Enable the solver when starting the browser:Auto solving
Use the Playwright or Puppeteer lifecycle, adding the settings above to the start request. Create a page-level CDP session and attach listeners before enabling automatic mode:{"status": "started"} only confirms that automatic mode started.
Check the page result
Check the challenge version and the actual page flow. A GeeTest widget may appear only after a form action. Start the automatic solver before that action, then wait for the site to accept the result. Keep the CDP connection open while solving. Avoid running a second solver against the same challenge. If verification completes but the page is still blocked, inspect the next network response or form validation error.Troubleshooting
If nothing happens, confirm that the external integration was loaded,"geetest" is allowed in auto_captcha_types, and the challenge is present. Observe failure events and check provider availability before retrying.
See CAPTCHA troubleshooting for shared errors and DevTools to inspect a running attempt. Stop the browser after the job completes.