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.
- Host: GitHub
- URL: https://github.com/macacajs/uiautomatorwd
- Owner: macacajs
- License: mit
- Created: 2017-05-11T16:00:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T10:27:32.000Z (about 4 years ago)
- Last Synced: 2025-04-15T18:19:58.666Z (about 1 year ago)
- Topics: android, macaca, uiautomator
- Language: Java
- Homepage: https://macacajs.github.io
- Size: 180 KB
- Stars: 50
- Watchers: 14
- Forks: 19
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)