JSPM

  • Created
  • Published
  • Downloads 304887
  • Score
    100M100P100Q171172F
  • License Apache-2.0

The base plugin used to create Appium 2.0 plugins

Package Exports

  • @appium/base-plugin
  • @appium/base-plugin/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-plugin) 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-plugin

Base class for creating other Appium plugins

NPM version Downloads

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

License

Apache-2.0