browser_tab_close
Close specific browser tabs or the current tab by specifying the tab index using Playwright MCP's structured automation, ensuring precise control over tab management during web interactions.
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. |