ui_dump
Retrieve the current screen's full UI hierarchy in XML format to analyze and automate Android device interactions.
Instructions
Dump the full UI hierarchy of the current screen as XML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Device serial number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml | Yes | The UI hierarchy as a uiautomator XML document |