Manage tabs
browser_tabsList, open, switch, or close browser tabs. Set the active tab for other automation tools by specifying a tab index.
Instructions
List, open, switch or close tabs. Every other browser tool acts on the active tab unless given an explicit tabIndex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to open in a new tab. | |
| index | No | Tab to select or close. | |
| action | No | list | |
| profileId | Yes | Browser profile id, as passed to start_profile. |