Closed GoogleCodeExporter closed 9 years ago
1) Wait Until Page Contains Element uses Selenium's is_present method. We
cannot do much if it doesn't always work correctly. Could you test this with
the latest SeleniumLibrary version? It could be that a possible Selenium bug
has been fixed. If the problem still persists, I recommend you to search is
this a know Selenium problem. You could also try Selenium alone (e.g. Selenium
IDE) to test this.
2) Why should we use pause provided by Selenium when we can use Python's
time.sleep? Notice also that time.sleep(0.2) sleeps 0.2s.
Original comment by pekka.klarck
on 10 Jan 2012 at 9:54
Original issue reported on code.google.com by
scottyan...@gmail.com
on 28 Dec 2011 at 7:51