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

wait plugin is not retrying to find element if the locator is not there on screen #118

Open sankethsunkad opened 1 month ago

sankethsunkad commented 1 month ago

configurations : element-wait@3.0.2 [installed (npm)]

element wait plugin doesnt retry to find element, it tries once and if the element is not present it doesnt retry to find the element

server config 👇 "server": { "keep-alive-timeout": 800, "use-plugins": ["device-farm","element-wait"], "port": 4444, "plugin": { "element-wait": { "timeout": 20000, "intervalBetweenAttempts": 500 }, "device-farm": { "platform": "both" }, "appium-dashboard": { "dashboard:enableLiveVideo": false, "dashboard:enableVideoRecording": false } },

error log 👇 Plugin element-wait is now handling cmd 'findElement'

sankethsunkad commented 1 month ago

device_farm.log