navigate_url
Opens a web page in a managed browser session and extracts its sections and internal links for analysis.
Instructions
Navigate to a URL using a server-managed session and analyze sections and internal links
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to | |
| retries | No | Number of retry cycles after trying all fallbacks | |
| timeoutMs | No | Navigation timeout per attempt in milliseconds | |
| waitUntil | No | Navigation readiness. If it times out, tool will fall back automatically. | |
| retryDelayMs | No | Delay between retry cycles in milliseconds |