Start Raw Trace
monitor_startStart monitoring browser interactions to capture raw DOM, network events, and console data for debugging automated flows and failures.
Instructions
Use when a multi-step browser failure, transient DOM change, network race, WebSocket sequence, redirect, download, or authentication flow must be reproduced end to end. Preconditions: an authorized browser must be active and acknowledgeRawCapture: true is required; normally set captureCookies: false and captureBodies: false unless directly relevant. Next: perform the complete reproduction with RawTrace browser actions, then call monitor_stop before reading monitor_get_summary. Sensitivity: trace streams can capture raw DOM, headers, values, frames, console data, cookies, bodies, and WebSocket messages depending on options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputDir | No | ||
| captureDom | No | ||
| maxBodyBytes | No | ||
| captureBodies | No | ||
| captureFrames | No | ||
| captureConsole | No | ||
| captureCookies | No | ||
| captureNetwork | No | ||
| captureWebSockets | No | ||
| acknowledgeRawCapture | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |