Ui Get Element
ui_get_elementRe-resolves a previously returned element_ref (its bounds/state may have changed). Returns role, label, bounds, focused, value, and enabled ONLY when the app publishes AXEnabled — that attribute is optional, so many perfectly usable controls omit it (TextEdit's text area does). When it is missing you get enabled_unknown: true instead; that is 'unknown', NOT disabled, and ui_click will click it. stale_element if the handle is unknown or the element no longer exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_ref | Yes |