Interacting with the Elements in the page | WebDriver methods to find an element
In the Previous Tutorial divided over 4 parts, we learned different ways to locate page elements – Part 1: Use basic attributes (id, class, name etc) Part 2: Introduction to XPath locators Part 3: XPath functions Part 4: CSS selectors In this tutorial, we will learn the WebDriver way to locate elements by using methods …
Read moreInteracting with the Elements in the page | WebDriver methods to find an element