Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: May 25, 2022

Selenium Web Driver

Selenium has four major components which are Selenium IDE, Selenium GRID, Selenium RC & Selenium Web Driver. Therefore, it plays a very crucial role. Now, the question arises what is the role of the selenium web driver and how does it play such an important role. But before moving to this, it's very important to understand the term web driver. So, a web driver is nothing but a compact object-oriented API. It helps the efficient working of the browser. Selenium web driver is a collection of APIs which is used to test web applications. Therefore, this section is very important from a selenium perspective. Let's check it out.
Introduction to Selenium WebDriver EASY
This blog will introduce Selenium WebDriver and its various use cases.
Webdriver Installation and setup for first test case EASY
The article covers the installation and setup for the webdriver to write the first test in java.
Selenium WebDriver vs Selenium RC
The article covers the difference between Selenium WebDriver and RC.
WebDriver Commands EASY
The article covers the methods which are available under webDriver Commands along with practical application.
Difference between Implicit and Explicit Wait MEDIUM
Implicit and explicit wait command is one of the essential commands in Selenium WebDriver testing. let's start finding the difference between implicit and explicit Wait.
Running Selenium Tests on Chrome EASY
This article will teach you to work with Selenium on Java to run your Selenium test scripts using Google Chrome with the help of an example.
How To Run Selenium Tests In Docker? MEDIUM
In this blog, we will discuss about how to run Selenium tests in Docker. We will also explain the steps to run Selenium tests in Docker.
Running Selenium Tests on Firefox EASY
This article will teach you to work with Selenium on Java to run your Selenium test scripts using the Firefox browser with the help of an example.
Selenium Tests with IE and Safari EASY
In this article, we will go over the implementation of Selenium tests on Safari and IE web browsers using SafariDriver and InternetExplorerDriver, respectively, with the help of examples.
Handling DropDowns in Selenium EASY
In this blog, we will discuss how to handle dropdowns in Selenium WebDriver with the help of the Select class and its various utility methods.
Author Anjali
0 upvotes
Web Driver Drag And Drop
In this blog, we will discuss about Drag and Drop in Selenium WebDriver with the help of the Actions class and its various utility methods.
Author Anjali
0 upvotes
Handling Alerts and Popup in Selenium EASY
In this blog, we will discuss Alerts and Pop-Ups and their different types which appear on the web pages. We will discuss various methods of handling alerts and popups in Selenium WebDriver.
Author Anjali
0 upvotes
Exceptions in Selenium EASY
In this article, you will learn about different types of exceptions in the Selenium web driver.
Handling Dynamic Web Tables EASY
This blog discusses Dynamic Web Tables in Selenium and how to handle them.
Scrolling a web page EASY
This blog discusses Scrolling a webpage in Selenium.
Browser Commands
The article primarily discusses the few selenium webdriver commands.
Navigation Commands EASY
The article especially focuses over navigation commands in Selenium webdriver.
Web Elements Commands in Selenium EASY
In this blog, we will learn about the web elements commands and learn about some of their types.
Verify Tooltip using Web Driver EASY
In this blog, we will learn how we can verify Tooltip using a web driver in Selenium.
Action Class in Selenium EASY
Action class in selenium is used for performing advanced interactions like mouse and keyboard actions on web elements. Learn Selenium's Action class for efficient web automation.
How to Clear Cookies in Selenium WebDriver? MEDIUM
In this article, we will discuss how to clear cookies in Selenium WebDriver. We will explain each method to clear the cookies with the help of an example.
Select Class in Selenium EASY
In this article, you will learn about the Action class in the Selenium web driver.
Handling CheckBoxes EASY
The article describes the use of selenium for automating selection of Checkbox available on webPage.
Selenium Assertions EASY
The article covers the use cases for assertions methods difference between hard and soft assertions.
Selenium Grid EASY
In this blog, we will be discussing the Selenium Grid with its architecture, uses, and complete setup
Author Anjali
0 upvotes
Handling iFrames EASY
In this blog, we will discuss the handling of iFrames and different methods to handle them in Selenium Web Driver.
Author Anjali
0 upvotes