browser_tab_close
Close a specific or current browser tab by specifying its index in Playwright MCP, enabling precise control during browser automation tasks.
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. |