An open API service indexing awesome lists of open source software.

https://github.com/macacajs/uiautomatorwd

Node.js wrapper for Android UIAutomator.
https://github.com/macacajs/uiautomatorwd

android macaca uiautomator

Last synced: about 1 year ago
JSON representation

Node.js wrapper for Android UIAutomator.

Awesome Lists containing this project

README

          

# UIAutomatorWD

---

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/uiautomatorwd.svg
[npm-url]: https://npmjs.org/package/uiautomatorwd
[travis-image]: https://img.shields.io/travis/macacajs/UIAutomatorWD.svg
[travis-url]: https://travis-ci.org/macacajs/UIAutomatorWD
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/uiautomatorwd.svg
[download-url]: https://npmjs.org/package/uiautomatorwd

Node.js wrapper for UIAutomator.

## Contributors

|[
xudafeng](https://github.com/xudafeng)
|[
SamuelZhaoY](https://github.com/SamuelZhaoY)
|[
qichuan](https://github.com/qichuan)
|[
centy720](https://github.com/centy720)
|[
paradite](https://github.com/paradite)
|[
atomtong](https://github.com/atomtong)
|
| :---: | :---: | :---: | :---: | :---: | :---: |
|[
kyowang](https://github.com/kyowang)
|[
quxiaozha](https://github.com/quxiaozha)
|[
qddegtya](https://github.com/qddegtya)
|[
LynneXu](https://github.com/LynneXu)
|[
zhuyali](https://github.com/zhuyali)
|[
baozhida](https://github.com/baozhida)
|
[
niaoshuai](https://github.com/niaoshuai)

This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sun Apr 26 2020 11:27:03 GMT+0800`.

## Installment

```bash
$ npm i uiautomatorwd --save
```

[uiautomator source code](https://android.googlesource.com/platform/frameworks/testing/+/master/uiautomator/)

## Development

- [CONTRIBUTING.md](./CONTRIBUTING.md)

## Report Issues

Please report issues at the [macaca main repo](https://github.com/alibaba/macaca/issues/new), following the issue format.

## License

The MIT License (MIT)