browser_network_requests
Capture and analyze browser network requests to monitor API calls, track resource loading, and debug web performance. Returns request details with status, timing, and response previews for web automation testing.
Instructions
Get captured network requests from the browser. Automatically starts capturing when first called. Use includeStatic:true to include images/CSS/fonts. Returns recent requests with status, timing, and response previews.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeStatic | No | Whether to include successful static resources like images, fonts, scripts, etc. Defaults to false. | |
| limit | No | Maximum number of requests to return (most recent). Defaults to 50. | |
| clear | No | Clear captured requests after returning them. Defaults to false. |