You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: