browser_network_requests
Get a numbered list of network requests since page load, with optional regex filtering and saving. Use the numbers to retrieve full request details.
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. |