Kap Shivhare
What are the different types of locators in Selenium?
By Kap Shivhare in Software Testing on Nov 03 2016
  • Kap Shivhare
    Nov, 2016 3

    Locator can be termed as an address that identifies a web element uniquely within the webpage. Thus, to identify web elements accurately and precisely we have different types of locators in Selenium:ID ClassName Name TagName LinkText PartialLinkText Xpath CSS Selector DOM

    • 0