ui_get_focused_element
Retrieves the automationId, name, controlType, and value of the currently focused UI element to verify focus state after navigation or set-focus actions.
Instructions
Get information about the currently focused UI element.
Returns the focused element's automationId, name, controlType, and value. Useful for verifying focus state after ui_set_focus or tab navigation.
Note: Returns focus within the app window, not always OS-level dialogs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||