Category Selenium

Find Element by XPath in Selenium

XPath of element email

In this tutorial, we will learn about how to find an element by XPath in Selenium with the help of examples. We will also understand instantiating a WebDriver object to launch the web browser and work with the most frequently…

XPath in Selenium: Types of XPath

Syntax of XPath in Selenium WebDriver

In this tutorial, we will learn about the most important topic XPath in Selenium WebDriver which is often asked by the interviewer in any Selenium automation testing interview. Basically, when we write any test script, we generally prefer to use…

Locators in Selenium: Types of Locators

Locators in Selenium

In this tutorial, we will know about element locators in Selenium with the help of examples. Locators in Selenium help us to find the location of elements on the web page using WebDriver API. When we are working with WebDriver…