Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't export the function "wait..." to python and java. #19

Open
Arrakk-tur opened this issue Mar 4, 2016 · 2 comments
Open

Doesn't export the function "wait..." to python and java. #19

Arrakk-tur opened this issue Mar 4, 2016 · 2 comments

Comments

@Arrakk-tur
Copy link

Doesn't export the function "wait..." to python and java.
Version 3.0.7
Download from: http://seleniumbuilder.github.io/se-builder/

@vhartikainen
Copy link

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");

@ScottCYoung
Copy link

Experiencing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants