get_ui_elements
Retrieve accessibility UI elements of a window for a specified application. Find buttons, text fields, and other interface components.
Instructions
Get accessibility UI elements of a window for a given app. Useful for finding buttons, text fields, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | Application process name | |
| depth | No | 'shallow' for top-level elements, 'deep' for full tree (can be slow) | shallow |