You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make timeout override to be partial and enable enable check exclusion. (#79)
* make timeout override to be partial and enable enable check exclusion.
* remove depricated bindings and update methods. add fix for #80
* move wait-on installation to last stage.
* instal wait-on in bootstrap and use absolute path to run wait-on
* add await for async function - getPluginProperties()
@@ -101,3 +124,22 @@ Server logs will be as below:
101
124
[Plugin [element-wait (sessionless)]] Checking if login element is displayed
102
125
[Plugin [element-wait (sessionless)]] login element is displayed.
103
126
```
127
+
128
+
## Skip element Enabled Check for commands
129
+
Before performing actions such as `click`, `setValue`, `clear` etc, plugin waits for element to be enabled.
130
+
As mentioned in [#78](https://github.com/AppiumTestDistribution/appium-wait-plugin/issues/78) if there is a need to skip the `elementEnabled` check for a set of commands, `excludeEnabledCheck` can be sent along with timeout values.
0 commit comments