Category Archives: Selenium Java

Shadow DOM in Selenium

Selenium JavaAutomationTutorial

How to Automate Shadow DOM in Selenium WebDriver

Learn about Shadow DOM in Selenium, understand its purpose, locate elements using getShadowRoot(), JavaScriptExecuter and automate interactions using TestNG and Maven for streamlined web testing.

November 25, 2025

view count388197 Views

Read time17 Min Read

AutomationSelenium Java

How to Use Selenium Stealth Mode to Bypass Bot Detection

Master Selenium Stealth Mode to bypass bot detection in web scraping. Explore setup, real-world examples, and cloud execution on LambdaTest for reliable, scalable testing.

September 3, 2025

view count32057 Views

Read time12 Min Read

Selenium JavaAutomation

How to Use Selenium Proxy for Browser Automation

A step-by-step guide to using Selenium Proxy with Python. Learn setup, authentication, rotation, error handling, and cloud execution for reliable web automation.

September 3, 2025

view count33894 Views

Read time24 Min Read

AutomationSelenium Java

Gherkin Test Cases: A Strategic Guide for Enterprise QA

Gherkin test cases can streamline QA by using clear structure, smart tagging, and scenario outlines, making tests more readable, maintainable, and automation-friendly.

August 18, 2025

view count32133 Views

Read time22 Min Read

How to Use

AutomationSelenium JavaTutorial

How to Use Selenium With Java: A Complete Tutorial

Learn how to run Selenium tests with Java, set up projects, handle popups, run parallel tests on LambdaTest, and follow best practices like POM, SmartWait, and logging for stable, scalable automation.

August 1, 2025

view count494046 Views

Read time18 Min Read

What Is Robot Class in Selenium

Selenium JavaAutomationTutorial

What Is Robot Class in Selenium: A Complete Tutorial

Robot class in Selenium lets you automate OS-level actions like file uploads, pop-ups, and key events, perfect for filling Selenium’s native automation gaps.

July 19, 2025

view count152870 Views

Read time15 Min Read

java unit testing

Selenium JavaAutomationTutorial

How to Perform Java Unit Testing With JUnit

Learn how to perform Java unit testing with JUnit. Explore how to set up your project, use annotations, write test methods, and improve your code with each iteration.

July 11, 2025

view count268141 Views

Read time9 Min Read

Selenium JavaAutomationTutorial

How to Find Element by Text in Selenium

Find element by text in Selenium is a way to locate a WebElement based on its visible text content using the findElement() method. It is useful when attributes like ID or ClassName are dynamic or unreliable for identification.

June 2, 2025

view count541723 Views

Read time11 Min Read

How to Write JUnit Test Cases: Step-by-Step Guide

Selenium JavaAutomationTutorial

How to Write JUnit Test Cases: Step-by-Step Guide

Writing test cases is a crucial step in building reliable and maintainable software applications. JUnit, a popular Java testing framework, streamlines this process by offering features to create and execute tests efficiently.

December 2, 2024

view count151015 Views

Read time15 Min Read

Exception Tests

Selenium JavaAutomation

A Complete Guide To Exception Tests In TestNG [With Examples]

While automating critical applications like banking apps, it’s important to implement error handling and validation checks to ensure that the application remains secure and reliable for end users. Unforeseen anomalies often arise during software development, making efficient exception handling vital for maintaining program stability. By writing exception tests, you can verify that your application behaves … Continue reading A Complete Guide To Exception Tests In TestNG [With Examples]

October 25, 2024

view count53535 Views

Read time21 Min Read