start_pair_debug
Open a visible browser for the human to manually navigate a flow while recording console messages, network errors, and interactions with timestamps to correlate actions with bugs.
Instructions
Start a pair-debugging session: opens a visible browser at the given URL for the human to drive by hand. Records console messages, network errors, page exceptions, navigations, and their clicks/fills with timestamps as they go, so you can correlate what they did with what broke. Use when the user wants to walk through a flow live and have you spot the bug, rather than writing a scripted test upfront.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open in the visible browser — the flow entry point the human will drive by hand (e.g. the login page). |