get_ui_elements
Retrieve the UI element tree for a specified macOS application. Set maxDepth to control tree depth and focus on relevant elements.
Instructions
Retrieves the UI element tree for an application. Use maxDepth to limit tree depth
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | Yes | Application name to get UI elements from | |
| maxDepth | No | Maximum tree traversal depth (default: 3) |