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 selection, you need to use addSelectionAndWait command to handle page loading event. You can use addSelection if page not reloading after adding selection. I have not any perfect example of page reloading when … Read more