start_human_recording
Opens a visible browser window for manual interaction, recording all user actions (clicks, console, network, DOM) into a timestamped timeline for debugging and workflow replication.
Instructions
HUMAN DEVELOPER TAKEOVER. Pauses agent automation and opens a visible browser window for a human to interact with. The Black Box flight recorder continuously captures all physical clicks, console logs, network traffic, and DOM mutations.
WORKFLOW:
Call start_human_recording — browser window opens.
Human interacts with the page (reproduce a bug, navigate flows, etc.).
Call stop_human_recording — returns a synchronized, timestamped timeline of everything the human did.
Use this timeline to understand the human's successful workflow and replicate it programmatically.
NOTE: This closes any existing browser session and opens a new headful instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to navigate to when the browser opens |