export_har
Export captured browser network traffic to a HAR 1.2 file for analysis in DevTools. Requires prior network_start; include response bodies by enabling capture_bodies.
Instructions
Export captured network traffic as a HAR 1.2 file (openable in DevTools/other HAR viewers). Requires network_start first; headers and bodies are only included when network_start(capture_bodies=true) was used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| limit | No | Max (most recent) requests to include. |