browser_navigate_tab
Navigate an existing browser tab to a new URL by specifying the tab ID and destination address.
Instructions
[Disabled] Navigate an existing browser tab to a new URL. Use browser_list_tabs to find tab IDs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID to navigate | |
| url | Yes | URL to navigate to |