browser_tabs
List, create, close, or select browser tabs by index. Automate tab state changes directly from your workflow.
Instructions
Manage browser tabs: list open tabs, create a new tab (optionally at a URL), close a tab by index, or select a tab by index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional URL to open in the new tab for 'create'. | |
| index | No | 0-based tab index for 'close' and 'select'. | |
| action | Yes | The tab operation: list all tabs, create a new one, close one, or select one. |