Plugin to automatically manage all element waits and enables to write wait-free appium tests. - AppiumTestDistribution/appium-wait-plugin
The Appium plugin is designed to wait for an element to be present, tested with Appium v2.0.0-beta.42.
Some bindings and commands have been renamed.
To install the plugin, use the Appium plugin CLI or NPM.
Activate the plugin when starting the Appium server.
To customize element wait retry, modify settings using the Appium server CLI or config file.
Element is checked for enablement before actions like click or setValue.
Skip enablement check for certain commands by specifying excludeEnabledCheck.