browser_network_requests
Capture and analyze all network requests initiated after a page loads, enabling detailed monitoring and debugging of web activity within browser automation workflows.
Instructions
Returns all network requests since loading the page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}