browser_network_requests
Monitor and analyze all network requests made after loading a webpage to evaluate performance, resource usage, and potential accessibility impacts for WCAG compliance.
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"
}