Set Locator Builders Preference in Selenium IDE
Locator in selenium IDE are used for locating an element on page. Selenium IDE support many types of locators like name, id, […]
Locator in selenium IDE are used for locating an element on page. Selenium IDE support many types of locators like name, id, […]
“verifySelectOptions”, “verifySelectedLabel” and “verifySelectedIndex” commands works with drop down list box or multi select list box. Let me explain all of three […]
CSS element locators are very strong and important for not only selenium IDE but also for selenium RC, webdriver and all other […]
Selenium IDE assertions “assertTitle” and “assertNotTitle” are used for asserting title of page. It will be useful when you want to check the title […]