Interview Questions

Selenium WebDriver and Selenium IDE - Which are the locators used for recognizing the objects in selenium webdriver?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver and Selenium IDE - Which are the locators used for recognizing the objects in selenium webdriver?

In webdriver, we can use element id, name, css, xpath, link text, partial link text and DOM to locate elements.

(Continued on next question...)

Other Interview Questions