browser_open_tab
Open a new browser tab at a specified URL to interact with web applications through authenticated sessions, supporting multiple browser profiles.
Instructions
[Disabled] Open a new browser tab with the specified URL. Returns the new tab ID, which can be used with browser_navigate_tab, browser_close_tab, and browser_execute_script. When multiple browser profiles are connected, use connectionId to target a specific profile (get connectionIds from browser_list_tabs). Without connectionId, opens in an arbitrary profile.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open in a new tab | |
| connectionId | No | Target a specific browser profile by connection ID. Use browser_list_tabs to discover available connectionIds. When omitted and multiple profiles are connected, the tab opens in an arbitrary profile. |