Get Human Wait State
browser.get_human_wait_stateCheck if a browser session is waiting for human action like CAPTCHA or login, so automation can pause and resume appropriately.
Instructions
Check if a session is waiting for human action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| waiting | Yes | ||
| pendingHumanAction | No |