interceptor_browser_navigate
Navigates a browser to a URL and waits for the proxy to capture matching traffic, synchronizing network capture with page navigation.
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 |
|---|---|---|---|
| target_id | Yes | Target ID from interceptor_browser_launch or interceptor_camoufox_launch | |
| url | Yes | Destination URL | |
| wait_until | No | Playwright wait condition (default: domcontentloaded) | domcontentloaded |
| wait_for_proxy_capture | No | Wait for matching proxy traffic after navigate (default: true) | |
| timeout_ms | No | Max wait for navigation and proxy capture (default: 5000ms) | |
| poll_interval_ms | No | Polling interval while waiting for proxy capture (default: 200ms) |