get-full-dom
Retrieve the full DOM of a webpage for automation and analysis, enabling structured interaction with web content via Playwright MCP Server's accessibility snapshots.
Instructions
Get the full DOM of the current page. (Deprecated, use get-context instead)
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"
}