zen_capture_network
Capture and inspect network requests from a browser tab using PerformanceObserver. Start, stop, read, or clear the request buffer to analyze web traffic.
Instructions
Capture network requests via the page's PerformanceObserver.
Args: op: "start" begins capturing fresh, "stop" pauses, "read" returns the buffer (default), "clear" empties it. since: When reading, only return entries with startTime >= since (ms). tab_id: Optional tab; defaults to active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | read | |
| since | No | ||
| tab_id | No |