browser_navigate
Navigate to a URL and automatically wait for the page to load fully, handling Cloudflare challenges, then return a snapshot of the loaded page.
Instructions
Navigate to a URL. Auto-waits for the page to settle (network idle + DOM stable).
Handles Cloudflare challenge pages with extra wait time. Returns an updated snapshot of the loaded page.
Args: page_id: Target page ID. url: URL to navigate to. timeout: Navigation timeout in milliseconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| url | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||