Showing posts with label Xpath. Show all posts

Usage of Xpath Locator in Selenium WebDriver!!!


In Selenium they are 8 locators which helps in identifying the objects. 

 1. id
 2. name
 3. tagName
 4. className
 5. partialLinkText
 6. linkText
 7. xpath
 8. cssSelector

You Tube to xpath video->

SeleniumWebDriver Xpath Part1