Navigate & Snapshot
navigate:
Instructions
Navigate to a URL and return a compact accessibility snapshot with @eN refs. Refs like @e1, @e2 can be passed directly to the 'act' tool — no CSS selectors needed. Snapshots are ~200-500 tokens (vs 15,000 with Playwright MCP).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID. | |
| url | Yes | Full URL including https:// | |
| waitUntil | No | Wait strategy. Use networkidle for SPAs. | load |
| autoRetry | No | Auto-retry with stealth escalation when blocked. Default: true. | |
| maxRetryLevel | No | Max escalation level (0-5). Level 3+ rotates session. Default: 3. |