browser_navigate
Navigate to a URL and retrieve the page's ARIA snapshot with reference handles for subsequent element interaction. Supports configurable wait conditions and timeout.
Instructions
Navigate to a URL. Returns the page's ARIA snapshot (with [ref=...] handles).
wait_until: when to consider navigation done —
'domcontentloaded' (default, fast: DOM parsed) | 'commit' (fastest: response
started) | 'load' (waits for ALL resources — slow/unreliable on heavy or proxied
sites) | 'networkidle'. Prefer the default and then browser_wait_for a specific
element; only use 'load' for simple static pages.
timeout_ms: max navigation wait; None = the engine's configured navigation timeout.
Auto-creates a session if none exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| session_id | No | ||
| wait_until | No | domcontentloaded | |
| timeout_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |