xcresult_get_ui_element
Fetches comprehensive details of a UI element by index from a saved UI hierarchy JSON file, with an option to include child elements.
Instructions
Get full details of a specific UI element by index from a previously exported UI hierarchy JSON file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hierarchy_json_path | Yes | Absolute path to the UI hierarchy JSON file (the full version saved by xcresult-get-ui-hierarchy) | |
| element_index | Yes | Index of the element to get details for (the "j" value from the slim hierarchy) | |
| include_children | No | Whether to include children in the response. Defaults to false. |