logo logo
Easy Solutions to WebDriver Testing Problems

Easy Solutions to WebDriver Testing Problems

The Selenium WebDriver is still one of the most popular tools to deal with UI automation testing. Especially with Selenium 4, the WebDriver continues to remain popular in the...

Selenium 4

Selenium 4 Is Officially Released!

In this article, let’s discuss the release of Selenium 4 🥳 An accepted custom for the software release life cycle goes from the alpha version to the beta version, and then to...

Selenium Handbook

The Selenium Handbook

The Selenium Handbook is a reference to understanding Selenium. By the end, you will know how to locate elements on a web page and create your own test scripts. Plus read about...

CSS Selectors You Need to Know: Cheat Sheet

CSS Selectors You Need to Know: Cheat Sheet

This article covers some of the most important CSS selectors for Selenium WebDriver, explaining the syntax and how to identify web elements. At the end of the post, you can find a...

Selenium Pros and Cons for Automation Testing

Selenium Pros and Cons for Automation Testing

When we are talking about test automation in a group of friends, we always include Selenium in the conversation, because Selenium is one of the best and loved tools for test...

Working with pseudo-elements in Selenium

Working with pseudo-elements in Selenium

What is a pseudo-element? There may be times when, while writing UI web automated tests, you will come across some elements that look like this: These are called...

Drag and Drop Bug in Selenium and Selenium Tools Package

Drag and Drop Bug in Selenium and Selenium Tools Package

Drag and drop is a gesture in which the user selects a virtual object by grabbing it and dragging it to a different location or into another virtual object. There is a known bug...

Getting Started with MongoDB and Selenium WebDriver

Getting Started with MongoDB and Selenium WebDriver

Learn how to consume data from the MongoDB database in your Selenium WebDriver tests in a simple way using MongoDB Java Driver. When developing a test automation script for your...