interceptor_browser_navigate
Navigate a browser page to a URL and optionally pause until the proxy captures matching network traffic, enabling verification of intercepted requests.
Instructions
Navigate the browser target's page via Playwright and optionally wait for matching host traffic to be captured by the proxy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Destination URL | |
| target_id | Yes | Target ID from interceptor_browser_launch | |
| timeout_ms | No | Max wait for navigation and proxy capture (default: 5000ms) | |
| wait_until | No | Playwright wait condition (default: domcontentloaded) | domcontentloaded |
| poll_interval_ms | No | Polling interval while waiting for proxy capture (default: 200ms) | |
| wait_for_proxy_capture | No | Wait for matching proxy traffic after navigate (default: true) |