How many types of locators are there in Selenium?
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
Suggest An Answer
Our Particitants
ID ClassName Name TagName LinkText PartialLinkText Xpath CSS Selector