Open sankethsunkad opened 5 months 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'
device_farm.log
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'