Navigate browser page
browser_navigateNavigate a specific browser page to an absolute HTTP(S) URL using session and page identifiers, ensuring isolated state across concurrent browser sessions.
Instructions
Navigate one explicitly addressed page to an absolute HTTP(S) URL. Keep using the sessionId/pageId pair for the intended account or role; navigation never changes a global active page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| pageId | Yes | ||
| sessionId | Yes | ||
| timeoutMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| pageId | Yes | ||
| sessionId | Yes | ||
| operationId | Yes |