Hi All,
We can use selenium for loops. Here is the extension for gotoLabel:
Selenium.prototype.doGotolabel = function( label )
{
if( undefined == gotoLabels[label] ) {
throw new Error( "Specified label '" + label + "' is not found." );
}
this.continueFromRow( gotoLabels[ label ] );
};
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment