Chrome Debug MCP Server

get_text

Extract text content from a webpage element using a CSS selector with Chrome Debug MCP Server, enabling precise data retrieval for automation and debugging tasks.

Instructions

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" }

You must be authenticated.

Other Tools from Chrome Debug MCP Server

Related Tools

ID: nguhnsghor