AppiumTestDistribution / appium-wait-plugin

Plugin to automatically manage all element waits and enables to write wait-free appium tests.
MIT License
60 stars 10 forks source link

Ignore wait for element checks #81

Open saikrishna321 opened 1 year ago

saikrishna321 commented 1 year ago

Plugin should open options to disable for element check as well.

For Example: When you are looking for element and adding login to scroll. This plugin will wait for given time for each element check. I would like to disable the element check in these cases.

cc: @Dileep17 @SrinivasanTarget