Interacting with the Elements in the page | Getting the list of elements and Child Element

In the Previous Tutorial, we learned to locate elements and perform the action on them. In this tutorial, we will learn some advanced ways to locate elements. Getting the list of elements with the matching locator Sometimes we may need to find all elements on the page that matches a particular locator. For instance, get …

Read moreInteracting with the Elements in the page | Getting the list of elements and Child Element