Category Archives: Selenium WebDriver

How to Close

Selenium TutorialSelenium JavaSelenium PythonSelenium WebDriver

Learn To Close Browser Tabs In Selenium Python And Java

If you have landed here, you must be familiar with the basics of the automation testing framework, Selenium. Selenium automation offers various methods to mimic user interaction with testing scripts.

March 21, 2024

view count240671 Views

Read time21 Min Read

How to Use WebDriverManager in Selenium

AutomationSelenium WebDriverTutorial

How To Use WebDriverManager In Selenium

Selenium WebDriver is a popular and widely used tool for web automation testing. The latest version of Selenium WebDriver came out with version 4, which is equipped with new features.

February 28, 2024

view count406371 Views

Read time18 Min Read

How To Automate Login Page Using Selenium WebDriver

AutomationSelenium WebDriverTutorial

How To Automate Login Page Using Selenium WebDriver

One of the crucial elements while creating a website is the login page. As a critical component, the login feature is pivotal in ensuring user security and overall website performance.

February 2, 2024

view count631782 Views

Read time25 Min Read

Handle Dropdowns With Select Class In Selenium

Selenium WebDriver

Handle Dropdowns With Select Class In Selenium

Dropdowns are an integral part of modern websites, chosen by designers for their aesthetic appeal and efficient use of screen space. And like any other HTML element, the dropdown elements also need to be tested, especially when performing automated browser testing.

February 2, 2024

view count116126 Views

Read time18 Min Read

How To Scroll Down in Selenium WebDriver

AutomationSelenium WebDriverTutorial

How To Scroll Down in Selenium WebDriver

Scrolling in Selenium is crucial for interacting with elements beyond the visible viewport. It ensures proper visibility and accessibility of elements during test execution, especially in scenarios involving dynamic content or lazy loading.

January 31, 2024

view count380281 Views

Read time29 Min Read

How to Handle Dynamic

Selenium WebDriverSelenium JavaTutorial

How to Handle Dynamic Dropdowns in Selenium WebDriver With Java

When performing web automation testing, you might come across a scenario to automate the registration page of a website. The registration page contains multiple fields like textboxes, checkboxes, radio buttons, and dropdown lists.

January 16, 2024

view count166711 Views

Read time33 Min Read

Selenium WebDriver

Selenium WebDriverWait: Implementing The Explicit Wait Command

In the dynamic realm of automation testing, achieving flawless execution and dependable results is of utmost importance.

July 28, 2023

view count40806 Views

Read time18 Min Read

A Complete Guide To Selenium Page Load Strategy

AutomationSelenium WebDriverTutorial

A Complete Guide To Selenium Page Load Strategy

Webpage automation has been growing extensively, and most of us have worked on it. It is something on which we work almost regularly, automating several scenarios and navigating through many web pages.

January 23, 2023

view count195228 Views

Read time16 Min Read

Selenium 4 WebDriver

Selenium WebDriverTutorial

Selenium 4 WebDriver Hierarchy: A Detailed Explanation

The inception of Selenium can be traced back to a web application that required frequent testing. This prompted Jason Huggins to create a program using JavaScript, which he named JavaScriptTestRunner and released in 2004.

January 18, 2023

view count38792 Views

Read time27 Min Read

How To Find Hidden Elements In Selenium WebDriver With Java

Selenium JavaSelenium WebDriverTutorial

How To Find Hidden Elements In Selenium WebDriver With Java

Have you ever struggled with handling hidden elements while automating a web or mobile application? I was recently automating an eCommerce application. I struggled with handling hidden elements on the web page.

January 3, 2023

view count74697 Views

Read time15 Min Read