Base driver class for Appium drivers
npm install @appium/base-driver> Base class for creating other Appium drivers


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.
Apache-2.0