Courses
Tutorials
Practice
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
Python
20.5K+ articles
Java
10.5K+ articles
Difference Between
3.6K+ articles
Software Engineering
2.5K+ articles
Selenium
313+ articles
Python-selenium
187+ articles
Testing Tools
164+ articles
Cypress
150+ articles
selenium
76+ articles
TestNG
54+ articles
Software Testing
/
Selenium
Selenium
313+ posts
Recent Articles
Popular Articles
Shadow DOM in Selenium WebDriver
Last Updated: 08 February 2025
The Shadow DOM lets developers create a hidden, isolated DOM inside an element. It encapsulates styles and scripts, preventing them from affecting the main page. This is m...
read more
Software Testing
Selenium
How to hold key down with Selenium?
Last Updated: 08 January 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: 18 November 2024
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: 13 November 2024
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 navigate back to current page from Frame in selenium webdriver using Java?
Last Updated: 10 October 2024
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 change focus to a new popup tab in Selenium java?
Last Updated: 08 October 2024
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 handle Selenium WebDriver Error: AttributeError: 'list' object has no attribute 'click'?
Last Updated: 08 October 2024
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
How to set default download directory in Selenium Chrome Capabilities?
Last Updated: 08 October 2024
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
Wait Until Page Is Loaded With Selenium WebDriver For Python
Last Updated: 06 October 2024
Selenium is an automation tool or a web framework used mainly in testing web applications across various browsers. Apart from testing web applications, we can also perform...
read more
Python
Picked
Python-selenium
Software Testing
Selenium
Selenium Grid: Setup a Hub and Node
Last Updated: 04 October 2024
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 convert commands recorded in Selenium IDE to Java?
Last Updated: 04 October 2024
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 click the 'Ok' button inside an alert window with a Java Selenium command?
Last Updated: 03 October 2024
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: 03 October 2024
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
How to click a link whose href has a certain substring in Selenium java?
Last Updated: 03 October 2024
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: 03 October 2024
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
1
2
3
4
...
21
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 !