ebarsallo / aw-uiautomator-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 100.0%