browser_begin_handoff
Pause automated browser control and let a human reproduce a behavior the agent couldn't. Their actions are recorded for time-travel debugging.
Instructions
HUMAN HANDOFF. Pause agent automation and let a HUMAN take control of the current browser window to reproduce a behavior the agent could not. The human's clicks, inputs, and navigations are recorded onto the session timeline with "user" provenance and captured by the flight recorder (screen/network/storage/state), so afterwards you can browser_timetravel / browser_explain_last_action / browser_propose_skill over what the human did. After calling this, STOP issuing actions and tell the human to reproduce the issue, then either call browser_end_handoff when they say they are done, or have them press Ctrl/Cmd+Shift+Enter in the browser to signal completion. Requires a visible (non-headless) session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | What the human is being asked to reproduce (recorded on the timeline). |