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

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

Awesome Lists containing this project

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)