Category Selenium

How to Find XPath in Chrome Browser

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…

Selenium WebElement | Selenium findElement

WebElement commands in Selenium

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…

Browser Navigation Commands in Selenium

List of navigation commands in selenium

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…

Download Selenium WebDriver Step by Step

Create a Java project by giving a name in the workspace.

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…

Selenium WebDriver: Architecture, Advantage

Features of Selenium WebDriver

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…