uiautomator dump
Inspect UI hierarchy using uiautomator dump
January 22, 2026
uiautomator dump
uiautomator is a UI testing framework provided by Android.The important thing is that system-level manipulation is possible.
You can manipulate not only the app you created but also other apps appearing on the screen.
Therefore, it is essential for testing interactions or automation.
Therefore, it is essential for testing interactions or automation.
You can see the hierarchy of all UI elements visible on the current screen in XML format.
uiautomator dumpsh
An example of the dump XML is shown below.
UI Hierarchy examplexml