Category Archives: Selenium WebDriver

Selenium Using Python And Java

Selenium TutorialSelenium JavaSelenium PythonSelenium WebDriver

Learn The Techniques To Close Browser Tabs In Selenium Using 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.

August 7, 2023

view count176803 Views

Read time26 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 count31788 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 count185108 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 count33254 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 count65343 Views

Read time15 Min Read

How To Handle Dynamic Dropdowns In Selenium WebDriver Java

Selenium WebDriverSelenium JavaTutorial

How To Handle Dynamic Dropdowns In Selenium WebDriver With Java

Joseph, who has been working as a Quality Engineer, was assigned to perform web automation for the company’s website.

December 23, 2022

view count62125 Views

Read time17 Min Read

Selenium WebDriverAutomationTutorial

How To Automate Desktops Apps Using WinAppDriver

Modern-day software applications can be accessed in numerous ways. You can install them on desktops and smartphones or directly launch them on web browsers. Many people think that the Desktop is legacy, but that’s not the case, as each of us uses numerous desktop applications daily.

December 16, 2022

view count147868 Views

Read time38 Min Read

DriverManager In Selenium

AutomationSelenium WebDriverTutorial

How To Use WebDriverManager In Selenium

Selenium WebDriver is still the most popular and widely used UI testing framework. Recently some test frameworks, such as Cypress, Playwright, etc., have entered the competition with Selenium.

November 2, 2022

view count319802 Views

Read time15 Min Read

Selenium WebDriver Tutorial

AutomationSelenium WebDriverTutorial

Complete Selenium WebDriver Tutorial: Guide to Selenium Test Automation

When it comes to web automation testing, there are a number of frameworks like Selenium, Cypress, PlayWright, Puppeteer, etc., that make it to the ‘preferred list’ of frameworks.

November 23, 2021

view count396577 Views

Read time32 Min Read

Debugging in selenium webdriver

Selenium WebDriverAutomationTutorial

How To Use Breakpoints For Debugging In Selenium WebDriver

Automation testing is not always a smooth ride. There are cases where the tests would not work as expected, in which cases debugging the test code (or implementation) is the only way out! Debugging issues in tests become even more difficult if the test suite comprises a large number of test methods.

September 22, 2021

view count223658 Views

Read time13 Min Read