“assertTitle” and “assertNotTitle” assertion examples in selenium IDE
Selenium IDE assertions “assertTitle” and “assertNotTitle” are used for asserting title of page. It will be useful when you want to check the title […]
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. […]
Using “keypress” command in selenium “keypress” command in selenium is very useful when you want to press keyboard keys like “Enter” key, […]
Globbing Patterns – selenium Matching Text Patterns Globbing Patterns is the one of the matching text patterns in selenium. You can describe […]