browser_navigate
Navigate to a specific URL in your chosen tab or the active tab, enabling direct page loads for web automation and testing.
Instructions
Navigate to a URL in the specified tab (or active tab)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| tabId | No | Target tab ID (from browser_tabs list). Uses active tab if omitted. | |
| agentId | No | Agent identifier for parallel execution. Pass a unique ID (e.g. 'C1', 'J2') — the server automatically routes calls to this agent's dedicated tab (registered via browser_tabs action=new). |