monitor-network
Monitor browser network requests for a specified duration, filtered by URL pattern. Use to capture and analyze network activity during development.
Instructions
Monitors network requests in the browser for a specified duration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urlPattern | No | URL pattern to filter (regex string) | |
| duration | No | Duration in milliseconds to monitor (default: 5000) |