click_ui_element
Click a UI element in a specified macOS application by providing the app name and element path. Automates interface interaction for task automation.
Instructions
Clicks a UI element by path (e.g., "window1/button1")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | Yes | Application name containing the element | |
| elementPath | Yes | Path to the element to click |