Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Difference Between
3.1K+ articles
GBlog
2.9K+ articles
Software Engineering
2.3K+ articles
Python-selenium
187+ articles
Interview Questions
146+ articles
JUnit
95+ articles
selenium
77+ articles
WireMock
15+ articles
Software Testing
/
Selenium
Selenium
111+ posts
Recent Articles
Popular Articles
Shadow DOM in Selenium WebDriver
Last Updated: 29 July 2025
Shadow DOM is primarily used for encapsulation. It provides a way for developers to create web components that are self-contained and reusable. By isolating the component'...
read more
Software Testing
Selenium
How to hold key down with Selenium?
Last Updated: 23 July 2025
There are situations when automating the keyboard in Selenium WebDriver is necessary, for instance simulating holding certain keys down. This feature comes in very handy f...
read more
Software Testing
Selenium
Find out when a download has completed using java & Selenium
Last Updated: 23 July 2025
In Selenium automation, sometimes we may see some scenarios where we may need to test some download feature for example downloading recipt, invoices, img etc. Now the chal...
read more
Picked
Software Testing
Selenium
How to click on an image using Selenium in Java?
Last Updated: 23 July 2025
Selenium, a popular tool for automating web application testing across browsers, often requires image interaction. In this article we will discuss how to clicking on image...
read more
Picked
Software Testing
Selenium
How to handle Selenium WebDriver Error: AttributeError: 'list' object has no attribute 'click'?
Last Updated: 23 July 2025
When working with Selenium WebDriver to automate web interactions, it's common to encounter errors if the code isn't structured correctly. One such common issue is the Att...
read more
Picked
Software Testing
Selenium
Selenium Grid: Setup a Hub and Node
Last Updated: 23 July 2025
Selenium Grid is part of the Selenium suite. This tool runs test scripts in parallel on several machines and browsers at one time. This allows for distributed test executi...
read more
Picked
Software Testing
Selenium
How to navigate back to current page from Frame in selenium webdriver using Java?
Last Updated: 23 July 2025
When automating tests in Selenium WebDriver using Java, working with frames can be tricky. Frames are separate sections within a webpage that operate independently of the ...
read more
Picked
Software Testing
Selenium
How to convert commands recorded in Selenium IDE to Java?
Last Updated: 23 July 2025
Selenium IDE is a powerful browser extension allowing you to record and replay interactions easily. However, for more advanced testing and integration with frameworks like...
read more
Picked
Software Testing
Selenium
How to change focus to a new popup tab in Selenium java?
Last Updated: 24 July 2025
Selenium WebDriver is a popular tool for automating web applications and performing UI testing. One of the challenges while testing is handling popup windows or new browse...
read more
Picked
Software Testing
Selenium
How to set default download directory in Selenium Chrome Capabilities?
Last Updated: 23 July 2025
Selenium WebDriver is a powerful tool for automating web browsers, and with ChromeOptions, you can customize the browser's behavior to fit your testing needs. One common t...
read more
Picked
Software Testing
Selenium
How to click a link whose href has a certain substring in Selenium java?
Last Updated: 23 July 2025
A webpage can contain one or more hypertexts referencing other websites with the help of hyperlinks. This is enabled using the HTML anchor tag which has an attribute named...
read more
Picked
Software Testing
Selenium
How to check if any Alert exists using Selenium with Java?
Last Updated: 23 July 2025
Checking if an alert exists using Selenium with Java is a common scenario when testing web applications. Alerts are pop-up windows generated by the browser to notify users...
read more
Picked
Software Testing
Selenium
How to click the 'Ok' button inside an alert window with a Java Selenium command?
Last Updated: 23 July 2025
An alert window is a pop-up box shown over the webpage to convey error messages using the alert() function of JavaScript. It has only one button "OK" which the user must p...
read more
Picked
Software Testing
Selenium
How to find the src of an image in Selenium java?
Last Updated: 23 July 2025
Selenium WebDriver is a popular automation tool used for testing web applications across different browsers. One common task in web automation is extracting information fr...
read more
Picked
Software Testing
Selenium
Xpath Vs CSS Selector in Java
Last Updated: 27 July 2025
When working with Selenium WebDriver in Java, two of the most commonly used locators are XPath and CSS Selectors. Both play a crucial role in identifying and interacting w...
read more
Picked
Software Testing
Selenium
1
2
3
4
5
6
7
8
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !