Skip to content

presto-osu/aw-uiautomator-server

 
 

Repository files navigation

Android Wear (AW) UIAutomator Server

An extension of UIAutomatorServer, with support to Android Wear.

Purpose

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.

Build

  • Run command

    $ ./gradlew :wear:build
    $ ./gradlew :wear:connectedCheck

How to use

Refer to python wrapper library uiautomator.

Notes

If you have any questions or ideas, please create a new issue.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%