Use of “break” and “goBack” Commands in selenium IDE
“break” Command Main use of “break” command is to halt execution of script until user resume it again manually. Supposing if you […]
“break” Command Main use of “break” command is to halt execution of script until user resume it again manually. Supposing if you […]
“storeSelectOptions” Command We can use “storeSelectOptions” command with only list box and drop downs. Function of this command is it will store […]
“storeSelectedLabel” Command We can use “storeSelectedLabel” Command only with drop down and list box. When you want to know or you need […]
“assertEditable” Command You can use “assertEditable” command with only and only input fields like text box, list box, drop downs etc. You […]