“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