handoff
Delegates browser tasks requiring human judgment to the user, displaying a message and waiting for completion or timeout before resuming automation.
Instructions
Hand the browser to the user for what only a person can do — 2FA, CAPTCHA, login, a choice — and wait: a banner in the page shows your message with Done/Cancel, the call returns on click or timeout, redirects included. pick_element: the user clicks an element and you get its selector. Never type credentials yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one | |
| message | Yes | What the user should do, one line | |
| timeout | No | ms to wait for the click, default 5 min | |
| pick_element | No | Ask the user to click an element; returns its selector, text and box |