Interacting with the Elements in the page | Performing actions like click, type, select etc

In the Previous Tutorial, we wrote a script where we located all elements in Automation Practice page on which we wanted to perform some actions. We explored the following – Method to find an element Different WebDriver locators to pass as a parameter to find an element – linkText id className xpath cssSelector name partialLinkText tagName In this tutorial, …

Read moreInteracting with the Elements in the page | Performing actions like click, type, select etc