browser_network_requests
Capture all network requests made by a webpage after loading using Playwright MCP. Ideal for monitoring API calls, resource fetches, and debugging web interactions.
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"
}