JSPM

  • Created
  • Published
  • Downloads 614185
  • Score
    100M100P100Q197090F
  • License Apache-2.0

Base driver class for Appium drivers

Package Exports

  • @appium/base-driver
  • @appium/base-driver/build/lib/constants
  • @appium/base-driver/build/lib/constants.js
  • @appium/base-driver/build/lib/protocol/protocol
  • @appium/base-driver/build/lib/protocol/protocol.js
  • @appium/base-driver/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/base-driver) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@appium/base-driver

Base class for creating other Appium drivers

NPM version Downloads

This is the parent class that all Appium drivers inherit from. This driver should not be installed directly as it does nothing on its own. Instead, you should extend this driver when creating your own Appium drivers. Check out the Building Drivers documentation for more details.

License

Apache-2.0