Captcha.autoSolve for BLS. 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
The BLS integration uses the external solver for the challenge on the page. It does not book appointments or complete the surrounding form. Continue those steps in your automation after the site accepts verification. 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,"bls" 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.