March 10, 2013assertAlert command, Assertion Commands, selenium ide, 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, 2013answerOnNextPrompt command, Assertion Commands, assertPrompt command, selenium ide 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, 2013altKeyDown command, altKeyUp command, KeyBoard Commands, selenium ide 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, 2013addSelectionAndWait command, removeSelectionAndWait command, Select commands, selenium ide 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, 2013addSelection command, removeSelection command, Select commands, selenium ide “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 […]