selenium IDE “selectPopUpAndWait” and “Close” commands with example
Selenium IDE is very useful regression testing tool in software industry. Selenium IDE has many built in commands and you can also […]
Selenium IDE is very useful regression testing tool in software industry. Selenium IDE has many built in commands and you can also […]
“selectPopUp” command “selectPopUp” command works same as “selectWindow“ command. Sometimes when you click on link then it is opening new window popup. […]
“selectframe” Command in selenium You need to use “selectframe” command in selenium when your page contains iframe anf you have to perform […]
“verifySomethingSelected” commands “verifySomethingSelected” is used with drop downs and list boxes. Its name describes its function so that i think i do not […]