Selenium IDE - Sel Blocks is a Firefox add-on that provides commands javascript-like looping and callable functions to Selenium IDE, with scoped variables, and XML driven parameterization.
Here are some key features of "Selenium IDE - Sel Blocks":
· Adds the following control structures to Selenese: if/else, while, for, foreach, forXml, continue/break (ver 1.3), loadVars, call/script/return
· Script and loop parameters use regular Selenium variables, e.g.: ${i}, that are local to the block overriding variables of the same name, and that are restored when the block exits.
· Command parameters are javascript expressions that are evaluated with the selenium variables in scope, which can therefore be referenced by their simple names, e.g.: i+1
· Variables can be configured via external XML.
· Script functions can be called recursively.
Requirements:
· Firefox 1.5 - 8.*
What's New in This Release: [ read full changelog ]
· Added continue & break for loops