“check”, “uncheck”, “checkAndWait” and “uncheckAndWait” command example of selenium IDE
You can use check and uncheck commands only with checkbox and radio buttons of webpage. Let we see how we can use check […]
You can use check and uncheck commands only with checkbox and radio buttons of webpage. Let we see how we can use check […]
All these three commands useful only some time when you have multiple buttons or multiple fields or multiple links on page and […]
“select” Command Purpose of “select” command is to select label from drop down/combo box or list box. New Test Command Target Value […]
“storeLocation” Command “storeLocation” command is useful to store current selected window’s URL in selenium IDE software testing tool. See bellow given example […]