cloak_navigate
Navigate to URLs while automatically waiting for pages to fully load, handling Cloudflare challenges, and returning updated page snapshots for stealth browser automation.
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 | |||