https://github.com/macacajs/macaca-android
🤖 Macaca Android driver
https://github.com/macacajs/macaca-android
android macaca
Last synced: 9 months ago
JSON representation
🤖 Macaca Android driver
- Host: GitHub
- URL: https://github.com/macacajs/macaca-android
- Owner: macacajs
- License: mit
- Created: 2016-02-29T13:33:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T11:19:42.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T18:19:46.619Z (9 months ago)
- Topics: android, macaca
- Language: JavaScript
- Homepage: https://macacajs.github.io/guide/versioning.html
- Size: 134 KB
- Stars: 53
- Watchers: 6
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-ui - https://github.com/macacajs/macaca-android
- awesome-android-libraries - macaca-android
README
# macaca-android
[![NPM version][npm-image]][npm-url]
[![CI][CI-image]][CI-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/macaca-android.svg
[npm-url]: https://npmjs.org/package/macaca-android
[CI-image]: https://github.com/macacajs/macaca-android/actions/workflows/ci.yml/badge.svg
[CI-url]: https://github.com/macacajs/macaca-android/actions/workflows/ci.yml
[coveralls-image]: https://img.shields.io/coveralls/macacajs/macaca-android.svg
[coveralls-url]: https://coveralls.io/r/macacajs/macaca-android?branch=master
[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/macaca-android.svg
[download-url]: https://npmjs.org/package/macaca-android
> Macaca Android driver
## Contributors
|[
xudafeng](https://github.com/xudafeng)
|[
ziczhu](https://github.com/ziczhu)
|[
SamuelZhaoY](https://github.com/SamuelZhaoY)
|[
kobe990](https://github.com/kobe990)
|[
CodeToSurvive1](https://github.com/CodeToSurvive1)
|[
kyowang](https://github.com/kyowang)
|
| :---: | :---: | :---: | :---: | :---: | :---: |
[
qichuan](https://github.com/qichuan)
|[
brucejcw](https://github.com/brucejcw)
|[
snapre](https://github.com/snapre)
|[
yaniswang](https://github.com/yaniswang)
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sun Apr 24 2022 00:22:35 GMT+0800`.
## Installment
```bash
$ npm i macaca-android -g
```
To use a mirror of the Maven center.
```bash
$ MAVEN_MIRROR_URL=http://maven.aliyun.com/nexus/content/groups/public/ npm i macaca-android -g
```
## Custom ChromeDriver Version
[link](//github.com/macacajs/macaca-chromedriver#custom-version)
## License
The MIT License (MIT)