interceptor_browser_navigate
Navigates a browser target to a destination URL while waiting for the proxy to capture matching traffic.
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 or interceptor_camoufox_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) |