# appium-android-driver **Repository Path**: mirrors_appium/appium-android-driver ## Basic Information - **Project Name**: appium-android-driver - **Description**: Common methods collection used by Android drivers - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```