browser_inspect_network
Capture and analyze network requests from web pages to monitor API calls, resource loading, and HTTP traffic for debugging and performance optimization.
Instructions
Get captured network requests from the page.
Args:
session: Name of the browser session
Returns:
JSON array of network entries with method, url, status, and timestamp
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes |