https://github.com/macacajs/wd.java
Java Client binding for Macaca
https://github.com/macacajs/wd.java
java macaca webdriver
Last synced: 11 months ago
JSON representation
Java Client binding for Macaca
- Host: GitHub
- URL: https://github.com/macacajs/wd.java
- Owner: macacajs
- License: mit
- Created: 2016-08-09T06:28:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:57:55.000Z (about 4 years ago)
- Last Synced: 2025-07-17T00:07:59.451Z (11 months ago)
- Topics: java, macaca, webdriver
- Language: Java
- Homepage: https://macacajs.github.io/wd.java/
- Size: 757 KB
- Stars: 30
- Watchers: 13
- Forks: 36
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# wd.java
[ ](https://bintray.com/xudafeng/maven/macacaclient/_latestVersion)
[](https://travis-ci.org/macacajs/wd.java)
Java Client binding for Macaca
## Intro
WD.java is a Java WebDriver client implemented most of the APIs in the [WebDriver Protocol](https://www.w3.org/TR/webdriver/).
It was originally designed for [Macaca](//macacajs.github.io) (A Node.js powered WebDriver server), but also available for any other implementation of WebDriver server such as Selenium, Appium and etc.
## Document
[javadoc](//macacajs.github.io/wd.java/?asdfasdfa=adsfasd)
## Sample
[sample-java](//github.com/macaca-sample/sample-java)
## ChangeLog
Details changes for each release are documented in the [HISTORY.md](HISTORY.md).
## Deploy
```bash
$ mvn -s settings.xml clean source:jar deploy
```
## Generate Log
```bash
$ make doc
```
```bash
$ npm i git-contributor -g
$ git-contributor
```
## Contributors
|[
xudafeng](https://github.com/xudafeng)
|[
zhuyali](https://github.com/zhuyali)
|[
adfghzhang](https://github.com/adfghzhang)
|[
hustzyd](https://github.com/hustzyd)
|[
ziczhu](https://github.com/ziczhu)
|[
chenDoInG](https://github.com/chenDoInG)
|
| :---: | :---: | :---: | :---: | :---: | :---: |
[
kyowang](https://github.com/kyowang)
|[
wuweicoco](https://github.com/wuweicoco)
|[
baozhida](https://github.com/baozhida)
|[
quxiaozha](https://github.com/quxiaozha)
|[
paradite](https://github.com/paradite)
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sat Jun 15 2019 18:55:08 GMT+0800`.
## License
The MIT License (MIT)