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

https://github.com/appium/appium-android-driver

Common methods collection used by Android drivers
https://github.com/appium/appium-android-driver

Last synced: 2 months ago
JSON representation

Common methods collection used by Android drivers

Awesome Lists containing this project

README

          

[![NPM version](http://img.shields.io/npm/v/appium-android-driver.svg)](https://npmjs.org/package/appium-android-driver)
[![Downloads](http://img.shields.io/npm/dm/appium-android-driver.svg)](https://npmjs.org/package/appium-android-driver)

# Appium Android Driver

Appium Android Driver is the collection of common primitives used by other Android drivers, like UIA2/Espresso. This driver cannot work as a separate entity.

## Development

### Install and Compile

```
npm i
npm run build
npm run lint
```

### Unit Test

```
npm test
```