Skip to main content
Glama

Chrome Debug MCP Server

click

Simulate user clicks on web elements using CSS selectors, specify mouse buttons, and add optional delays for precise browser automation via Chrome Debug MCP Server.

Instructions

Click an element on the page

Input Schema

NameRequiredDescriptionDefault
buttonNoMouse button to use
delayNoOptional delay before clicking (in milliseconds)
selectorYesCSS selector for element to click

Input Schema (JSON Schema)

{ "properties": { "button": { "description": "Mouse button to use", "enum": [ "left", "right", "middle" ], "type": "string" }, "delay": { "description": "Optional delay before clicking (in milliseconds)", "type": "number" }, "selector": { "description": "CSS selector for element to click", "type": "string" } }, "required": [ "selector" ], "type": "object" }

You must be authenticated.

Other Tools from Chrome Debug 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/robertheadley/chrome-debug-mcp'

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