Selenium IDE Flow Control - Goto and While Loop
For looping statement you need to add selenium extension goto_sel_ide.js. You can get this from here .
Upload that file to selenium IDE
Options > options > selenium core extension
Below is sample script for Flow Control
Hi, I am very new to selenium. I have a quick question: how do i run the basic open command multiple times (around 100) using selenium IDE?
ReplyDeleteYou should go with parametrization, for reference you can visit - http://radical-qa.blogspot.in/2012/02/selenium-ide-parametrization.html
ReplyDeleteLet me know it works for you or not.
Thanks.. It helped
ReplyDeleteI receive an error when clicking on gotoif ${diff2} > ${date2}
ReplyDelete(Unexpected Exception: fileName -> chrome://flowcontrol/content/extensions/goto-sel-ide.js?1364924293077, lineNumber -> 120, columnNumber -> 0)
thanks for the help
I received following error when i used gotoif command :
ReplyDelete[error] Unexpected Exception: SyntaxError: missing ; before statement. fileName -> chrome://flowcontrol/content/extensions/goto-sel-ide.js?1385377536483, lineNumber -> 129, columnNumber -> 1
hi,
ReplyDeleteWhere can I find goto-sel-ide.js file as the link here directs to a page where telling the site getting closed. Could you please post it here again.
here is the correct link for the "flow control" selenium ide plugin: https://addons.mozilla.org/de/firefox/addon/flow-control/
ReplyDeleteThis is not supported by latest firefox or selenium ide version
ReplyDelete