MCP Web Browser Server

by random-robbie
Verified

click_element

Click an element on the current page. Args: selector: CSS selector for the element to click context: Optional context object for logging (ignored) Returns: Confirmation message or error details

Input Schema

NameRequiredDescriptionDefault
contextNo
selectorYes

Input Schema (JSON Schema)

{ "properties": { "context": { "anyOf": [ {}, { "type": "null" } ], "default": null, "title": "Context" }, "selector": { "title": "Selector", "type": "string" } }, "required": [ "selector" ], "title": "click_elementArguments", "type": "object" }