Chrome Tools MCP Server

click_element

Use the 'click_element' tool to programmatically click web elements in Chrome tabs by specifying a CSS selector and tab ID, enabling precise browser automation via the Chrome DevTools Protocol.

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector to find the element to click
tabIdYesID of the Chrome tab containing the element

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "selector": { "description": "CSS selector to find the element to click", "type": "string" }, "tabId": { "description": "ID of the Chrome tab containing the element", "type": "string" } }, "required": [ "tabId", "selector" ], "type": "object" }

You must be authenticated.

Other Tools from Chrome Tools MCP Server

Related Tools

ID: rhq74imjee