Skip to content

appium/appium-android-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab0404c · Mar 14, 2025
Jan 9, 2025
Mar 14, 2025
Mar 14, 2025
Oct 14, 2023
May 25, 2023
Jan 12, 2018
Dec 1, 2022
Mar 14, 2025
Oct 16, 2017
Oct 14, 2023
Jan 3, 2025
Mar 14, 2025
Jun 21, 2024

Repository files navigation

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