Skip to main content
Glama
by Radek44

click_element

Automate clicking on UI elements in Tauri desktop applications using CSS selectors to interact with buttons, links, and other interface components for testing and workflow automation.

Instructions

Click a UI element identified by a CSS selector

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector to identify the element to click (e.g., "#button-id", ".button-class", "button[name=submit]")

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector to identify the element to click (e.g., \"#button-id\", \".button-class\", \"button[name=submit]\")", "type": "string" } }, "required": [ "selector" ], "type": "object" }

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/Radek44/mcp-tauri-automation'

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