Navigate current browser session
browser_navigateNavigate to a URL in an existing browser session, reusing the active tab or creating a default session. Returns page details and handles timeouts, network, and parse failures.
Instructions
Loads url into an existing browser session, replacing its current document and adding a history entry. Use this instead of browser_open when continuing in a known session; if session_id is omitted, the active session is reused or a default session is created. It waits up to timeout seconds and returns the resulting URL, title, viewport, scroll position, and indexed elements; network, timeout, size, and parse failures return an error object without changing committed page state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL to navigate to. | |
| timeout | No | Timeout in seconds for page load (maximum 30 seconds). | |
| session_id | No | Optional browser tab/session identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||