Chrome Debug MCP Server

get_text

Get text content of an element

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for element

Input Schema (JSON Schema)

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