session_navigate
Navigate the authenticated browser session to a specified URL, reusing the active tab or opening a new tab when requested.
Instructions
Navigate a tab to a URL in the user's authenticated session. Reuses the active tab unless newTab is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL to navigate to | |
| tabId | No | Tab id from session_list_tabs | |
| newTab | No | Open in a new tab instead of reusing the active tab |