browser_tab_close
Close a specific browser tab by index using the Playwright MCP Server. If no index is provided, the current tab is closed. Ideal for managing multiple tabs in automated workflows.
Instructions
Close a tab
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index | No | The index of the tab to close. Closes current tab if not provided. |