browser_snapshot
Capture structured accessibility snapshots of web pages using Playwright MCP, enabling detailed interaction analysis without relying on screenshots or vision models.
Instructions
Capture accessibility snapshot of the current page, this is better than screenshot
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"
}