open_tab
Open a new browser tab with a separate session, cookies, and login state for isolated browsing contexts. Provide a unique tab name and URL, and optionally inject pre-authenticated cookies before navigation.
Instructions
Open a new browser tab with an independent session.
Each tab has its own cookies, storage, and login state. The newly opened tab becomes the active tab. Maximum 5 tabs can be open simultaneously.
Args: name: Unique tab identifier (alphanumeric + underscore, max 30 chars). url: URL to navigate to (http/https only). cookies: Pre-authenticated session cookies to inject before navigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | Yes | ||
| cookies | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |