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
- Host: GitHub
- URL: https://github.com/appium/appium-android-driver
- Owner: appium
- License: apache-2.0
- Created: 2015-07-29T21:07:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-26T14:29:21.000Z (about 1 year ago)
- Last Synced: 2025-05-08T19:47:35.795Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 MB
- Stars: 258
- Watchers: 33
- Forks: 212
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://npmjs.org/package/appium-android-driver)
[](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
```