Hi I am new to script and implementing for loop in Selenium IDE using selblocks i was struck up with the Unexpected Alert as above. please help in this.
The Script is.
for i=0;i<=5;i++
click xpath=(//input[@id='radio_1'])[3]
click xpath=(//input[@id='radio_2'])[3]
click xpath=(//input[@id='radio_3'])[3]
click xpath=(//input[@id='radio_4'])[2]
click xpath=(//input[@id='radio_5'])[2]
click xpath=(//input[@id='radio_6'])[3]
click xpath=(//input[@id='radio_7'])[2]
click xpath=(//input[@id='radio_8'])[3]
click xpath=(//input[@id='radio_9'])[3]
click id=submit
pause 10000
endFor
Firefox version: Selenium version: 2.9.1 SelBlocks version: 2.1
Hi I am new to script and implementing for loop in Selenium IDE using selblocks i was struck up with the Unexpected Alert as above. please help in this.
The Script is. for i=0;i<=5;i++ click xpath=(//input[@id='radio_1'])[3] click xpath=(//input[@id='radio_2'])[3] click xpath=(//input[@id='radio_3'])[3] click xpath=(//input[@id='radio_4'])[2] click xpath=(//input[@id='radio_5'])[2] click xpath=(//input[@id='radio_6'])[3] click xpath=(//input[@id='radio_7'])[2] click xpath=(//input[@id='radio_8'])[3] click xpath=(//input[@id='radio_9'])[3] click id=submit pause 10000 endFor