Working And Handling Multiple Windows In Selenium IDE

Working with the multiple windows in selenium IDE is not hard. Many selenium IDE users asking me for this question so let me try to explain it. You need to handle multiple windows many time of software applications regression testing using selenium IDE or any other tools. As you all knows, selenium IDE is not too much … Read more

“storeLocation” and “storeTitle” commands in selenium IDE

“storeLocation” Command “storeLocation” command is useful to store current selected window’s URL in selenium IDE software testing tool. See bellow given example for more reference. New Test Command Target Value open https://www.google.co.in storeLocation i echo ${i} In this example, My software web application’s URL will be stored into variable “i” and now i can use … Read more