android_describe_all
Retrieve the complete Android UI accessibility tree with element details like text, IDs, and coordinates to analyze app layouts and interactions.
Instructions
Get the full UI accessibility tree from the Android device using uiautomator. Returns a hierarchical view of all UI elements with their text, content-description, resource-id, bounds, and tap coordinates.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | No | Optional device ID. Uses first available device if not specified. |