An extension of UIAutomatorServer, with support to Android Wear.
UIAutomator is a tool to perform Android UI testing for multiple devices. UIAutomator Server allows developers to write Python scripts to communicate with Android handheld devices, but not applicable for Android Wear (AW).
This project is to extend the original UIAutomator Server to support
AW. It reuses the JSONRPC server in a separate wear
module which
could be loaded into AW devices. Developers can control both the
handhelds and the wearables with a single Python script.
-
Run command
$ ./gradlew :wear:build $ ./gradlew :wear:connectedCheck
Refer to python wrapper library uiautomator.
If you have any questions or ideas, please create a new issue.