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
Seems like same issue with Node.JS - Selenium-WebDriver.
waitForTextPresent "foo" -> nothing in the javascript exported.
I managed to somehow workaround this by adding these manually:
var html = driver.findElement(By.tagName('html'));
driver.wait(until.elementTextContains(html,'foo'),10000,"Didn't get foo");
Doesn't export the function "wait..." to python and java.
Version 3.0.7
Download from: http://seleniumbuilder.github.io/se-builder/
The text was updated successfully, but these errors were encountered: