get_ui
Retrieve the current UI hierarchy to identify interactive elements with text, IDs, and coordinates for mobile device automation on Android and iOS platforms.
Instructions
Get the current UI hierarchy (accessibility tree). Shows all interactive elements with their text, IDs, and coordinates. Note: Limited on iOS.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| showAll | No | Show all elements including non-interactive ones | |
| platform | No | Target platform. If not specified, uses the active device. |