How many selectors are there in Selenium?
Selenium Webdriver use Locators to interact with WebElement in Web Application. There are7 different Selectors WebDriver use to locate Elements, ID,Name ,LinkText,ClassName, CSSSelector ,XPath,PartialLinktext and TagName . Read here for full details about these selector and way to use them