Category Archives: Selenium WebDriver

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 count173605 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 count23955 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 count48823 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 count48494 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 count133589 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 count306843 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 count385268 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 count218027 Views

Read time13 Min Read

Strings In JavaScript With Selenium

AutomationSelenium JavaScriptSelenium WebDriverTutorial

How To Use Strings In JavaScript With Selenium WebDriver?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium JavaScript Tutorial. In computer programming, we come across various data types supported by most programming languages. A data type is nothing but an attribute of data that specifies which type of value a variable has … Continue reading How To Use Strings In JavaScript With Selenium WebDriver?

June 21, 2021

view count127989 Views

Read time13 Min Read

scroll-a-webpage-in-selenium-using-java

AutomationSelenium WebDriverTutorial

How To Scroll a Page Using Selenium WebDriver?

Selenium is one of the most widely used test automation frameworks for web automation testing. As far as the framework is concerned, Selenium WebDriver is the most vital component for carrying out automated browser testing.

May 7, 2021

view count186254 Views

Read time8 Min Read