appium / appium-android-driver

Common methods collection used by Android drivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM version Downloads

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

About

Common methods collection used by Android drivers

License:Apache License 2.0


Languages

Language:JavaScript 89.2%Language:TypeScript 10.8%