1.

How many types of locators are there in Selenium?

Answer»

The LOCATOR is an address that identifies a WEB element within the page. DIFFERENT types of locators are USED to identify different web ELEMENTS accurately in Selenium:

  • ID
  • ClassName
  • Name
  • TagName
  • LinkText
  • PartialLinkText
  • Xpath
  • CSS Selector
  • DOM


Discussion

No Comment Found