UNPKG

@appium/base-plugin

Version:

The base plugin used to create Appium 2.0 plugins

16 lines (10 loc) 673 B
# @appium/base-plugin > Base class for creating other Appium plugins [![NPM version](http://img.shields.io/npm/v/@appium/base-plugin.svg)](https://npmjs.org/package/@appium/base-plugin) [![Downloads](http://img.shields.io/npm/dm/@appium/base-plugin.svg)](https://npmjs.org/package/@appium/base-plugin) 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](https://appium.io/docs/en/latest/developing/build-plugins/) documentation for more details. ## License Apache-2.0