Open GoogleCodeExporter opened 9 years ago
isDisplayed() instead of isVisible, but what about waitFor?
Original comment by vinn...@gmail.com
on 19 Jan 2015 at 4:31
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 manga...@gmail.com
on 27 Apr 2015 at 3:41
Original issue reported on code.google.com by
vinn...@gmail.com
on 19 Jan 2015 at 3:16