Saturday, September 14, 2019

What are locators in selenium webdriver? | Selenium Interview Question


Locators help selenium WebDriver to find the UI elements in the webpage
There are total of 8 locators
a.       id
b.      name
c.       classname
d.      linkText
e.      partialLinkText
f.        CSSselector
g.       Xpath

No comments:

Post a Comment