# 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?style=flat-square
[npm-url]: https://npmjs.org/package/uiautomatorwd
[travis-image]: https://img.shields.io/travis/macacajs/UIAutomatorWD.svg?style=flat-square
[travis-url]: https://travis-ci.org/macacajs/UIAutomatorWD
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/uiautomatorwd.svg?style=flat-square
[download-url]: https://npmjs.org/package/uiautomatorwd

Node.js wrapper for UIAutomator.
<!-- GITCONTRIBUTOR_START -->

## Contributors

|[<img src="https://avatars1.githubusercontent.com/u/1011681?v=4" width="100px;"/><br/><sub><b>xudafeng</b></sub>](https://github.com/xudafeng)<br/>|[<img src="https://avatars0.githubusercontent.com/u/8198256?v=4" width="100px;"/><br/><sub><b>SamuelZhaoY</b></sub>](https://github.com/SamuelZhaoY)<br/>|[<img src="https://avatars2.githubusercontent.com/u/410850?v=4" width="100px;"/><br/><sub><b>qichuan</b></sub>](https://github.com/qichuan)<br/>|[<img src="https://avatars0.githubusercontent.com/u/29451458?v=4" width="100px;"/><br/><sub><b>centy720</b></sub>](https://github.com/centy720)<br/>|[<img src="https://avatars3.githubusercontent.com/u/1209810?v=4" width="100px;"/><br/><sub><b>paradite</b></sub>](https://github.com/paradite)<br/>|[<img src="https://avatars1.githubusercontent.com/u/5134163?v=4" width="100px;"/><br/><sub><b>atomtong</b></sub>](https://github.com/atomtong)<br/>|
| :---: | :---: | :---: | :---: | :---: | :---: |
|[<img src="https://avatars0.githubusercontent.com/u/6824951?v=4" width="100px;"/><br/><sub><b>kyowang</b></sub>](https://github.com/kyowang)<br/>|[<img src="https://avatars3.githubusercontent.com/u/8804716?v=4" width="100px;"/><br/><sub><b>quxiaozha</b></sub>](https://github.com/quxiaozha)<br/>|[<img src="https://avatars2.githubusercontent.com/u/773248?v=4" width="100px;"/><br/><sub><b>qddegtya</b></sub>](https://github.com/qddegtya)<br/>|[<img src="https://avatars2.githubusercontent.com/u/1435460?v=4" width="100px;"/><br/><sub><b>LynneXu</b></sub>](https://github.com/LynneXu)<br/>|[<img src="https://avatars3.githubusercontent.com/u/15025212?v=4" width="100px;"/><br/><sub><b>zhuyali</b></sub>](https://github.com/zhuyali)<br/>|[<img src="https://avatars2.githubusercontent.com/u/11438871?v=4" width="100px;"/><br/><sub><b>baozhida</b></sub>](https://github.com/baozhida)<br/>|
[<img src="https://avatars0.githubusercontent.com/u/5117373?v=4" width="100px;"/><br/><sub><b>niaoshuai</b></sub>](https://github.com/niaoshuai)<br/>

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`.

<!-- GITCONTRIBUTOR_END -->

## 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)
