How to Find XPath in Chrome Browser

In this tutorial, we are going to learn a very important topic of how to find XPath in the Chrome browser. XPath is the most powerful way to determine the location of elements on a web page. It is a query…

In this tutorial, we are going to learn a very important topic of how to find XPath in the Chrome browser. XPath is the most powerful way to determine the location of elements on a web page. It is a query…

What is WebElement? The elements that are present on a web page are called WebElement in Selenium. It represents an HTML element. A web page consists of many different types of HTML elements such as text boxes, links, buttons, dropdown…

Navigation commands are those commands in Selenium that are used to perform different operations such as backward, forward, refresh, wait, etc. in the browser’s history. These commands can be accessed by creating a driver object using the reference variable of…

In this tutorial, we will learn how to download and install Selenium WebDriver test environment for Java and configure Eclipse IDE with Selenium WebDriver. So, let’s start first installing Java and Eclipse IDE on your computer. Install Java and Eclipse…

In this tutorial, we will learn about Selenium WebDriver that is the successor of Selenium RC. In the earlier version of selenium, Selenium RC needs a server that must be started before executing test scripts, but WebDriver does not require…