Show network request details
browser_network_requestInspect a specific network request's headers and body by its index. Use it to debug HTTP traffic captured during browser automation.
Instructions
Show the headers and body of a single request, by the number printed by browser_network_requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | No | Return only this part | |
| index | Yes | 1-based index from browser_network_requests |