Articles by Tag #selenium

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Beyond Parent/Child: Navigating the DOM Tree Fluently with XPathy

The challenge in robust UI automation often lies in locating an element based not just on its own...

Learn More 1 0Oct 17

Tutorial: Selenium WebDriver + Reqnroll

Complete Step-by-Step Tutorial This tutorial provides a complete, step-by-step guide to...

Learn More 1 0Oct 11

Selenium Navigation and Page Interaction

This is the second post in series about scraping with Selenium in Python. In this one, you’ll learn...

Learn More 2 2Oct 20

Scrape Data with Selenium in Python

This is the third and the last post in series about scraping with Selenium in Python. In this one,...

Learn More 1 2Oct 28

Set Up Selenium for Python

This is the first post in series about web scraping with Selenium in Python. Here, you’ll learn how...

Learn More 7 0Oct 16

Become a CI/CD Pro: Run Selenium Java Tests in Jenkins Pipelines from Scratch!

In today’s fast-paced development environment, ensuring your web applications are continuously tested...

Learn More 3 1Oct 27

How to Stop Selenium Tests from Clicking Before the Page is Ready

Selenium: Using Explicit Waits for Spinners, Pop-ups & Loading Screens Why...

Learn More 0 1Nov 6

Web Scrapping Project

Getting data from modern websites is not the same as it used to be- today, most websites render their...

Learn More 0 1Oct 23

Why does my Node.js app not exit automatically after upgrading to version 22 from 16?

We use Node 16 in one of our modules (used nodejs + selenium). This module is responsible for...

Learn More 0 0Oct 17

Python Selenium Architecture

1.Python Selenium Architecture: Selenium is a powerful automation tool used for automating...

Learn More 0 0Oct 9

How to Connect MySQL Database with Selenium Tests in C#

Integrating MySQL with Selenium in C# enhances your automation framework by enabling real-time...

Learn More 5 1Oct 16

Build an Amazon Scraper Using Your Chrome Profile

How to build a simple Amazon scraper using your Chrome profile? Look, I'll be honest with...

Learn More 0 0Nov 26

Building an O'Reilly Course Downloader with Python & Selenium

Hey DEV Community! 👋 I recently built a small tool to download complete O'Reilly courses with...

Learn More 5 1Oct 27

Selenium technology along with python framework

Selenium is automation tool used to automate web application. Before we deep dive into the topic of...

Learn More 0 2Nov 12

Conquering the Shadow DOM: A Guide for Automation Testers

November 30, 2025 · 3 min read If you've ever tried to automate a modern web application built with...

Learn More 0 0Nov 30

Automating the Migration from Selenium/Appium to Maestro

Organizations adopting Maestro for its speed and simplicity often face a massive hurdle: a legacy...

Learn More 0 0Nov 30

Comparing Web Testing Tools: Selenium vs. Cypress vs. TestGrid

The internet is the most reliable source of information for most people when they are planning to...

Learn More 21 0Apr 8

Using JavaScriptExecutor in Selenium: Unlocking Advanced Web Interactions

Selenium is one of the most popular and widely used automation test suites to automate web...

Learn More 22 1May 8

Keeping your Streamlit app awake using Selenium and Github Actions

TLDR; Streamlit apps sleep after a period of inactivity if hosted on Streamlit Community...

Learn More 2 2Aug 29

Selenium Commands List: The Ultimate Reference Guide

When you visit a website, you click buttons, type in search bars, or fill out forms. But have you...

Learn More 21 0Mar 13

Revolutionizing Test Automation with Vibium AI: Jason Huggins

This article recaps and expands on an in‑depth conversation with Jason Huggins (creator of Selenium)...

Learn More 1 0Sep 22

Is Selenium The Right Testing Tool For Your Business?

As the usage of the internet and applications has increased in the last decade, the need for...

Learn More 15 0Mar 28

XPathy: A Fluent API for Writing Smarter, Cleaner XPath in Selenium

XPathy User Manual XPathy is a lightweight Java library that simplifies the creation of...

Learn More 0 0Sep 29

How I finally stopped suffering from browser automation crashes

Let’s be real: browser automations crash. They crash often. And they crash when you least expect...

Learn More 0 2Aug 11

Mastering Attribute-Based Locators in Selenium with XPathy

When it comes to Selenium automation, locators are everything. If your locators are brittle, your...

Learn More 0 0Sep 29

Right Click and Double Click in Selenium

Selenium is one of the most widely used tools for automating web applications because it offers a...

Learn More 15 0May 7

Generating PDFs in Selenium with Python

Introduction. Printing web pages to PDF is a common task — whether for generating reports,...

Learn More 0 1Sep 14

How Playwright Finds Buttons and Text More Smartly Than Selenium

This post talks about another testing tool called Playwright. Do you want to learn playwright...

Learn More 0 1Nov 4

👌Using 🔟Selenium Components to Scrap Location Data from Google Maps!

After selecting the domain or conducting a requirement analysis, we need data. When we do not have...

Learn More 12 0Feb 6

How to Test Software in this AI Era with KaneAI

Most developers would agree that writing tests is more stressful than writing code itself. We often...

Learn More 34 3Jun 25