click_element
Click a named UI element in an app window. Returns a screenshot by default; disable with return_screenshot=false.
Instructions
Click a named UI element in an app window. Returns a screenshot by default (disable with return_screenshot=false). Use get_ui_elements to discover element names. Prefer batch_actions when combining with other actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | Application process name | |
| name | Yes | Name of the UI element to click | |
| return_screenshot | No | Return a screenshot after clicking (default true). Set false for faster/smaller responses. |