playwright__browser_tabs
List open browser tabs, create new tabs with a URL, close tabs by index, or select a specific tab. Use this tool to manage tab operations in automated browser testing workflows.
Instructions
List, create, close, or select a browser tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to navigate to in the new tab, used for new. | |
| index | No | Tab index, used for close/select. If omitted for close, current tab is closed. | |
| action | Yes | Operation to perform |