Playwright Server MCP

playwright_get_html_content

Extract HTML content from a specific webpage element using a CSS selector for web automation and analysis with Playwright Server MCP.

Instructions

Get the HTML content of the page

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for the element

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for the element", "type": "string" } }, "required": [ "selector" ], "type": "object" }

You must be authenticated.

Other Tools from Playwright Server MCP

Related Tools

ID: c50bsocgzb