getNetworkRequests
Capture and retrieve all network requests generated by a web page for debugging, monitoring, or analysis in browser automation workflows using Playwright.
Instructions
Get network requests made by the page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}