Navigate
browser_navigateNavigate a browser session to a URL and receive an updated page snapshot with element references for UI testing.
Instructions
Navigates the session to a URL and returns the new page state plus a fresh snapshot with element refs. Relative URLs resolve against the session baseUrl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL, or a path relative to the session baseUrl. | |
| sessionId | Yes | Session id returned by browser_start. | |
| waitUntil | No | Navigation completion condition. Defaults to "load". |