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

isVisible and waitForVisible #41

Open
GoogleCodeExporter opened this issue Aug 27, 2015 · 2 comments
Open

isVisible and waitForVisible #41

GoogleCodeExporter opened this issue Aug 27, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Different clients have such helpfull function like isVisible and 
waitForVisible(Selector, etc.)

What about your implementation?

Thx.

Original issue reported on code.google.com by [email protected] on 19 Jan 2015 at 3:16

@GoogleCodeExporter
Copy link
Author

isDisplayed() instead of isVisible, but what about waitFor?

Original comment by [email protected] on 19 Jan 2015 at 4:31

@GoogleCodeExporter
Copy link
Author

Well, one can always define a waitForVisible() or waitForDisplayed() method 
that simply polls or checks the return value of isDisplayed() and if not true 
sleeps a second before rechecking until the default (element find/wait) timeout 
has occurred.

Original comment by [email protected] on 27 Apr 2015 at 3:41

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

No branches or pull requests

1 participant