browser_network_requests
Capture and analyze all network requests made by a web page after loading using automated browser testing, integrated with Cloudflare Workers for efficient performance monitoring.
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"
}