open_tab
Opens a persistent browser tab and returns a tab ID for multi-step workflows. The tab stays active until explicitly closed or session expiration.
Instructions
Open a new persistent browser tab. Returns a tab_id that can be used with other tools for multi-step workflows (login, navigation, form filling). The tab stays open until explicitly closed or the session expires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to navigate to (optional, opens blank tab if omitted) | |
| timeout | No | Navigation timeout in ms (default: 30000) |