detect_human_intervention
Check if a webpage requires login, CAPTCHA, or consent before automating interactions, using optional selectors to confirm readiness or detect blocks.
Instructions
Detect whether the current page appears to require login, CAPTCHA, consent, or manual verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Optional Chrome tab id. Defaults to the first page tab. | |
| readySelector | No | Selector that means the page is ready for automation. | |
| blockedSelectors | No | Selectors that mean human intervention is needed. |