browser_network_requests
Lists all network requests made by the page since loading, with optional filtering by URL pattern or inclusion of static resources. Helps debug web page behavior without manual inspection.
Instructions
Returns a numbered list of network requests since loading the page. Use browser_network_request with the number to get full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Only return requests whose URL matches this regexp (e.g. "/api/.*user"). | |
| static | Yes | Whether to include successful static resources like images, fonts, scripts, etc. Defaults to false. | |
| filename | No | Filename to save the network requests to. If not provided, requests are returned as text. |