get_network_requests
Retrieve captured network requests and responses from the browser, with optional URL filtering and buffer clearing.
Instructions
Return captured network requests and responses from the browser
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear the buffer after reading (default: true) | |
| filter | No | URL substring filter — only return requests matching this string |