March 10, 2013October 8, 2025assertAlert command, Assertion Commands, selenium ide, selenium IDE tutorial, verification commands, verifyAlert command Difference between “verifyAlert” and “assertAlert” command in selenium There are too many commands starting with “verify” and “assert” text. Both these commands are the same excluding one difference and that […]
March 10, 2013October 8, 2025answerOnNextPrompt command, Assertion Commands, assertPrompt command, selenium ide, selenium IDE tutorial Using “answerOnNextPrompt” and “assertPrompt” commands in selenium “answerOnNextPrompt” command Sometime if you seen , there is display text box with popup message to write some thing in message box. […]
March 10, 2013October 8, 2025altKeyDown command, altKeyUp command, KeyBoard Commands, selenium ide, selenium IDE tutorial Use of “altKeyDown” and “altKeyUp” in selenium with example “altKeyDown” command “altKeyDown” command works just like you are pressing alt key of your keyboard. It will keep pressed alt key until […]
March 10, 2013October 8, 2025addSelectionAndWait command, removeSelectionAndWait command, Select commands, selenium ide, selenium IDE tutorial Use of “addSelectionAndWait” and “removeSelectionAndWait” command “addSelectionAndWait” command in selenium IDE When you are adding selection into multi select list box and page reloading due to the adding […]
March 7, 2013October 8, 2025addSelection command, removeSelection command, Select commands, selenium ide, selenium IDE tutorial “addSelection” and “removeSelection” command example in selenium IDE “addSelection” Command In multiselect list box, when you need to select multiple values from list box, “addSelection” command will be helpful in […]
November 15, 2012October 8, 2025break Command, goBack Command, selenium ide, selenium IDE tutorial 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 […]
November 15, 2012October 8, 2025Select commands, selenium ide, selenium IDE tutorial, store commands, storeSelectOptions Command, storeValue Command “storeSelectOptions” and “storeValue” commands in selenium IDE “storeSelectOptions” Command We can use “storeSelectOptions” command with only list box and drop downs. Function of this command is it will store […]
November 15, 2012October 8, 2025Select commands, selenium ide, selenium IDE tutorial, store commands, storeSelectedLabel Command, storeSelectedLabels Command Selenium IDE commands “storeSelectedLabel” and “storeSelectedLabels” “storeSelectedLabel” Command We can use “storeSelectedLabel” Command only with drop down and list box. When you want to know or you need […]