Comment #10 on issue 702 by pekka.klarck: Rerun failed tests http://code.google.com/p/robotframework/issues/detail?id=702
@sajjad, implementing Rerun Testcase On Error would be pretty hard. More importantly, using it would be pretty hard because you needed to specify the keyword in the test data. I would really like to have a command line option like `--rerunfailed` to be able to select at run time do I want to rerun test or not.
Unfortunately getting this feature in any format into 2.6 is pretty much impossible because we would like to get that release out already next week and there's a lot of work left. Getting this into 2.6.1 is possible, though, especially if you are interested in contributing somehow.
Finally, in your SeleniumLibrary tests you probably should use some of the `Wait Until` keywords the library provides or wrap SeLib keywords with BuiltIn `Wait Until Keyword Succeeds`.
