webdriverio-automation
Version:
WebdriverIO-Automation android ios project
33 lines (24 loc) • 1.59 kB
Markdown
appium-base-driver
===================
[](https://npmjs.org/package/appium-base-driver)
[](https://npmjs.org/package/appium-base-driver)
[](https://david-dm.org/appium/appium-base-driver)
[](https://david-dm.org/appium/appium-base-driver#info=devDependencies)
[](https://travis-ci.org/appium/appium-base-driver)
[](https://coveralls.io/r/appium/appium-base-driver?branch=master)
[](https://greenkeeper.io/)
This is the parent class that all [appium](appium.io) drivers inherit from, along with a collection of globally-used Appium driver utilities. Each utility is documented in its own README in the code:
* [BaseDriver](lib/basedriver)
* [The Appium Express Server](lib/express)
* [The Mobile JSON Wire Protocol Encapsulation](lib/mjsonwp)
* [The JSONWP Proxy Library](lib/jsonwp-proxy)
* [The JSONWP Status Library](lib/jsonwp-status)
*Note*: Issue tracking for this repo has been disabled. Please use the [main Appium issue tracker](https://github.com/appium/appium/issues) instead.
## Watch
```
gulp
```
## Test
```
gulp once
```