challenge_wait
Polls the current page until an interstitial challenge like Cloudflare disappears, then resumes automation after the browser resolves it.
Instructions
Poll the current page until a Cloudflare-style interstitial disappears, or timeout. Headed Chrome lets passive challenges finish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | Max wait. Default 30000. | |
| intervalMs | No | Poll interval. Default 750. |