Skip to main content
Glama

Chrome Tools MCP Server

by nicholmikey

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nicholmikey/chrome-tools-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server