Guide
-
How to handle Action class in Selenium in 2026
By Sonal Dwivedi, Community Contributor - December 17, 2025
Action Class in Selenium performs Keyboard Actions & Mouse actions. Learn to execute mouse hover, click, double click in Selenium with examples.
Learn More -
TestNG Annotations in Selenium Webdriver
By Neha Vaidya, Community Contributor - December 17, 2025
Learn about TestNG annotations with help of examples, and how to run selenium tests using TestNG annotations.
Learn More -
Taking Screenshot in Selenium in 2026
By Shreya Bose, Community Contributor - December 17, 2025
Learn how to take screenshot in Selenium WebDriver using this step-by-step tutorial to execute your first code with a live example.
Learn More -
Select Class in Selenium [2026]
By Neha Vaidya, Community Contributor - December 17, 2025
Learn what is select class in Selenium, how to implement it and how it helps handle dropdown in selenium, along with examples.
Learn More -
Manual Testing in 2026: Tutorial
By Jash Unadkat, Community Contributor - December 17, 2025
This manual testing tutorial for beginners will explain the fundamentals and also explain the stages and methods used in manual testing.
Learn More -
How to handle multiple windows in Selenium?
By Neha Vaidya, Community Contributor - December 17, 2025
Learn how to handle multiple windows using Selenium with examples. Read step by step guide to launch multiple windows and navigate across them.
Learn More -
How to Get Text of an Element in Selenium
By Pooja Deshpande, Community Contributor - December 17, 2025
This guide explores how to get text of an element in Selenium using Java and Python to find web elements and how to test its cross browser compatibility
Learn More -
Login Automation with Selenium WebDriver [2026]
By Neha Vaidya, Community Contributor - December 17, 2025
Step by step tutorial on how to automate the login function of a website with Selenium. Code sample and example of login automation included.
Learn More -
Understanding Sibling Selectors in CSS
By Mohit Joshi, Community Contributor - December 17, 2025
Learn how to use CSS sibling selectors and combinators to style elements based on their relationships and structure in HTML.
Learn More -
Find element by XPath in Selenium in 2026
By Neha Vaidya, Community Contributor - December 17, 2025
Learn how to find Xpath in Chrome and locate elements using XPath in Selenium Webdriver with help of an example.
Learn More