browser_network_requests
Capture and analyze all network requests made after loading a webpage to monitor activity, debug issues, or optimize performance using Playwright automation.
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"
}