computer_find_element
Locate a UI element in the accessibility tree by role, title, or value to enable targeted automation on a Mac.
Instructions
Find a UI element in the accessibility tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Element role/type to search for (e.g., 'button', 'textfield') | |
| title | No | Element title/label to search for | |
| value | No | Element value to search for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||