https://github.com/macacajs/macaca-wd
wd.js - Node.js WebDriver Client for Macaca
https://github.com/macacajs/macaca-wd
macaca webdriver
Last synced: 10 months ago
JSON representation
wd.js - Node.js WebDriver Client for Macaca
- Host: GitHub
- URL: https://github.com/macacajs/macaca-wd
- Owner: macacajs
- Created: 2016-04-24T03:02:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T03:34:24.000Z (over 2 years ago)
- Last Synced: 2024-12-11T22:02:40.862Z (over 1 year ago)
- Topics: macaca, webdriver
- Language: JavaScript
- Homepage: https://macacajs.github.io/macaca-wd/
- Size: 4.54 MB
- Stars: 39
- Watchers: 10
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Macaca WD Client
[![NPM version][npm-image]][npm-url]
[![Package quality][quality-image]][quality-url]
[![build status][CI-image]][CI-url]
[![Test coverage][codecov-image]][codecov-url]
[![node version][node-image]][node-url]
[npm-image]: https://img.shields.io/npm/v/macaca-wd.svg
[npm-url]: https://npmjs.org/package/macaca-wd
[quality-image]: https://packagequality.com/shield/macaca-wd.svg
[quality-url]: https://packagequality.com/#?package=macaca-wd
[CI-image]: https://github.com/macacajs/macaca-wd/actions/workflows/ci.yml/badge.svg
[CI-url]: https://github.com/macacajs/macaca-wd/actions/workflows/ci.yml
[codecov-image]: https://img.shields.io/codecov/c/github/macacajs/macaca-wd.svg?logo=codecov
[codecov-url]: https://app.codecov.io/gh/macacajs/macaca-wd
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg
[node-url]: http://nodejs.org/download/
Macaca WD Client is inspired by [admc/wd](//github.com/admc/wd), according to [W3C WebDriver](https://w3c.github.io/webdriver/).
## Contributors
|[
xudafeng](https://github.com/xudafeng)
|[
ziczhu](https://github.com/ziczhu)
|[
zhangyuheng](https://github.com/zhangyuheng)
|[
paradite](https://github.com/paradite)
|[
meowtec](https://github.com/meowtec)
|[
yihuineng](https://github.com/yihuineng)
|
| :---: | :---: | :---: | :---: | :---: | :---: |
|[
Jodeee](https://github.com/Jodeee)
|[
snapre](https://github.com/snapre)
|[
zivyangll](https://github.com/zivyangll)
|[
tsj1107](https://github.com/tsj1107)
|[
megolee](https://github.com/megolee)
|[
kobe990](https://github.com/kobe990)
|
[
centy720](https://github.com/centy720)
|[
zhuyali](https://github.com/zhuyali)
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Thu Oct 12 2023 11:41:18 GMT+0800`.
## Installation
```bash
$ npm i macaca-wd --save-dev
```
## Documentation
https://macacajs.github.io/macaca-wd