browser_network_request
Retrieve full details of a captured network request by index or URL substring, including method, URL, resource type, status, and headers.
Instructions
Return the full detail (method, URL, resource type, status, headers) of one captured network request, selected by index or by a url substring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Select the most recent captured request whose URL contains this substring. | |
| index | No | 0-based index of the request in the captured list (from browser_network_requests). |