browser_tab_list
Retrieve a list of open browser tabs to manage and interact with web pages through structured accessibility snapshots on the Playwright MCP Server.
Instructions
List browser tabs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}