Class | Description |
---|---|
DumpCommand |
Implementation of the dump subcommand
This creates an XML dump of current UI hierarchy
|
EventsCommand |
Implementation of the events subcommand
Prints out accessibility events until process is stopped.
|
Launcher |
Entry point into the uiautomator command line
This class maintains the list of sub commands, and redirect the control into it based on the
command line arguments.
|
Launcher.Command |
A simple abstraction class for supporting generic sub commands
|
RunTestCommand |
Implementation of the runtest sub command
|