Tutorial 5- Locators (Part 1)
This is the next tutorial in selenium-java sereis. In the last tutorial, we had studied about webdriver interface. In this tutorial we are going to take a look at different locators to identify elements! What you will Learn (Ctrl+Click to follow link): By class By.id locator By.name locator By.linkText locator By.xpath locator Second xpath syntax …