browser_replay
Replay recorded browser sessions to reproduce bugs by driving actions step-by-step. Load an exported bundle or replay the current session for deterministic bug reproduction.
Instructions
Deterministically RE-DRIVE a recorded session to reproduce a bug. Replays the first navigation and then each recorded action by its resolved viewport coordinates. Replays the current session by default, or a previously exported bundle (from browser_export_repro) via bundlePath. Returns a step-by-step report of what was replayed vs. skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundlePath | No | Path to a repro bundle JSON (from browser_export_repro). Omit to replay the current session. |