robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

`Wait Until Page Contains` doesn't always work #72

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 14 Jan 2010

Sometimes the keyword returns pretty much immediately (regardless the timeout) when the specified text cannot be found. One team noticed this when using Firefox 3.5 on Windows and while Janne couldn't reproduce that he noticed problems with IE.

spooning commented 9 years ago

Originally submitted to Google Code by mauricek... on 1 Feb 2010

I am using Firefox 3.6. Wait does not respect the timeout argument: it stops waiting earlier while page was not loaded (maybe it was loaded but not rendered yet, Wait... should wait for this).

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 3 Feb 2010

We have now implemented waiting in the library itself so this should work better.