| Wait Until Keyword Succeeds | timeout, retry_interval, name, *args | Waits until the specified keyword succeeds or the given timeout expires. name and args define the keyword that is executed similarly as with Run Keyword. If the specified keyword does not succeed within timeout, this keyword fails. retry_interval is the time to wait before trying to run the keyword again after the previous run has failed. Both timeout and retry_interval must be given in Robot Framework's time format (e.g. '1 minute', '2 min 3 s', '4.5'). If the executed keyword passes, returns its return value. Examples:
Errors caused by invalid syntax, test or keyword timeouts, or fatal exceptions are not caught by this keyword. Running the same keyword multiple times inside this keyword can create lots of output and considerably increase the size of the generated output files. Starting from Robot Framework 2.7, it is possible to remove unnecessary keywords from the outputs using --RemoveKeywords WUKS command line option. |
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.