Chrome Debug MCP Server

by robertheadley
Verified

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

ID: nguhnsghor