robotframework / OldSeleniumLibrary

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

`Wait until page contains element` keyword #63

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 3 Dec 2009

Timing issues have popped up on the rf-users list now and then. In the latest thread Thomas Klein showed code for Wait for Element keyword that he uses and others we able to take that into use too. Incorporating something like this to the core library would probably be a good idea. The discussion, with Thomas's code, can be found from http://groups.google.com/group/robotframework-users/browse_thread/thread/803812b21beea6c9

spooning commented 9 years ago

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

A better name for this keyword could be Wait Until Page Contains Element to match the current Wait Until Page Contains. Or alternatively the latter could be renamed to be Wait For Text.

Notice also that there are some problems with the Wait Until Page Contains keyword ( issue 72 ). It might be better to reimplemnt that keyword at the same time when this new one is implemented.

spooning commented 9 years ago

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

Issue 88 has been merged into this issue.