navigate_tab
Opens a URL in the active browser tab or specifies a tab by ID.
Instructions
Navigate a tab to a new URL. Targets the active tab unless a browserId is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to. | |
| browserId | No | browserId of the tab to navigate (from list_tabs). Defaults to the active tab. |