Files
appium/packages/base-plugin/README.md
Edgars Eglītis 5070a34739 docs: update READMEs (#19595)
* docs: update universal-xml-plugin readme

* chore: fix line lengths

* docs: update relaxed-caps-plugin readme

* docs: update images-plugin readme

* docs: update fake-plugin readme

* docs: add readme for execute-driver-plugin

* docs: update base-plugin readme

* docs: update test-support readme

* docs: update support readme

* docs: update opencv readme

* docs: update fake-driver readme

* docs: update docutils readme

* docs: update doctor readme

* docs: update base-driver readme

* docs: fix badge for base-driver

* docs: slightly improve base-driver/plugin readme

* docs: fix title for eslint-config-appium-ts

* docs: add badges for non-prerelease packages

* docs: update appium readme

* docs: update some readme links

* chore: address review comments
2024-01-02 21:37:30 +02:00

673 B

@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