network_export_har
Export a browser tab's network traffic to HAR format, optionally including response bodies, to analyze HTTP requests and responses for debugging.
Instructions
Export network traffic to HAR (HTTP Archive) format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | The ID of the tab to export network traffic from | |
| includeResponseBodies | No | Include response body content in HAR (may increase file size) |