browser_network_log
Inspect network requests made by the browser to diagnose failed actions, locate API endpoints, and verify successful resource loads.
Instructions
Inspect recent network requests (method, URL, status, type, errors) the browser made. Use to diagnose why a button 'did nothing', find an API endpoint, or confirm a request succeeded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Resource type, e.g. xmlhttprequest, script, document, image. | |
| limit | No | Max requests to return (default 50). | |
| filter | No | Only requests whose URL contains this substring. | |
| onlyErrors | No | Only failed requests (network error or status >= 400). |