Chrome Debug MCP Server

by robertheadley
Verified

get_attribute

Retrieve the value of a specified attribute from a web element using its CSS selector, enabling precise data extraction during browser automation with Chrome debugging capabilities.

Instructions

Get attribute value of an element

Input Schema

NameRequiredDescriptionDefault
attributeYesAttribute name to get
selectorYesCSS selector for element

Input Schema (JSON Schema)

{ "properties": { "attribute": { "description": "Attribute name to get", "type": "string" }, "selector": { "description": "CSS selector for element", "type": "string" } }, "required": [ "selector", "attribute" ], "type": "object" }

You must be authenticated.

Other Tools from Chrome Debug MCP Server

Related Tools

ID: nguhnsghor