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
Using WD for mobile automation with Appium, Latest WD and Appium Version on MacOsX, NodeJs v10.4.0,
The wait for does not poll every 1 sec as using in the following code snippet,
After the previous command immediately the following gets executed and later directly after 270000ms i.e, 4min 30sec
Hi @admc,
Using WD for mobile automation with Appium,
Latest WD and Appium Version on MacOsX, NodeJs v10.4.0,
The wait for does not poll every 1 sec as using in the following code snippet,
After the previous command immediately the following gets executed and later directly after 270000ms i.e, 4min 30sec
Does the pollfreq actually work for Appium ?
return driver.waitForElementByXPath('//*[@text="Restore completed"]', asserter.isDisplayed, 270000, 1000).isDisplayed().then(function (err, resp) { if (err) { console.log(' err :', err); return err; } });
The text was updated successfully, but these errors were encountered: