listPages
Retrieve a list of all managed pages along with their titles and URLs to efficiently organize and monitor web interactions within the Better Playwright MCP server.
Instructions
列出所有管理的页面(包含标题和URL)
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"
}