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

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

Awesome Lists containing this project

README

          

# wd.java

[ ![Download](https://api.bintray.com/packages/xudafeng/maven/macacaclient/images/download.svg)](https://bintray.com/xudafeng/maven/macacaclient/_latestVersion)
[![Build Status](https://travis-ci.org/macacajs/wd.java.svg)](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)