I wanted to create testcase with loops. I got latest sideflow.js extension and targeted to it in Selenium options. Then I restarted Selenium IDE but it doesn’t work.
Sample testcase:
store|i|1
while|${i}<200|
echo|${i}|
storeEval|i=1*storedVars['i']; i+1|i
endWhile||
It displayed the following error message:
[error] Unexpected Exception: fileName -> chrome://selenium-ide/content/tools.js -> file:///home/imslavko/bin/sideflow.js?1346044911197, lineNumber -> 100
Firefox version: 14.0.1 for Ubuntu
Selenium IDE version: 1.9.0
sideflow.js: latest from this page https://github.com/darrenderidder/sideflow/blob/master/sideflow.js
How to make it work? Thanks in advance.
If you want to create a loop, the following is suggested. I am still learning so I am not sure but this has worked for me.