JSPM

appium-android-driver

9.6.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 425326
  • Score
    100M100P100Q191929F
  • License Apache-2.0

Android UiAutomator and Chrome support for Appium

Package Exports

  • appium-android-driver
  • appium-android-driver/build/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (appium-android-driver) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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