Selenium IDE assertions “assertTitle” and “assertNotTitle” are used for asserting title of page. It will be useful when you want to check the title […]
“selectPopUp” command “selectPopUp” command works same as “selectWindow“ command. Sometimes when you click on link then it is opening new window popup. […]
“assertTextPresent” command “assertTextPresent” command is useful for verifying and asserting selenium if given text is not present on page. It will return […]