session_navigate
Drive a browser session to a URL and wait for the load to finish. Browser sessions only — a native mobile session has no address bar and this errors there. Returns confirmation that it navigated, not the page: follow with session_get_title to check where it landed, or session_page_source / session_find_element to read it. Addressed by sessionId, which is what separates it from the neighbours — web_navigate opens a desktop grid page by pageId, and ios_safari_navigate / device_navigate_url drive the browser on a real device by udid. Callable as session_url, its former name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL to open, including the scheme (e.g. https://example.com) | |
| sessionId | Yes | Session ID from session_create |