browser_navigate
Navigate to a URL in a specific browser tab using its target ID, or automatically use the first available tab.
Instructions
Navigate to a URL in a specific tab. Use targetId from browser_tabs to specify which tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| targetId | No | Target ID of the tab (from browser_tabs). If not provided, uses first available tab. |