Category Archives: Selenium Tutorial

Learn to Handle Mouse Hover in Selenium

Selenium Tutorial

How To Perform Mouse Hover Action In Selenium?

Mouse hover actions are crucial in web automation testing, partiularly for interactive user interfaces. In quick-commerce or e-commerce platforms, for example, hovering over a product can reveal real-time stock levels or delivery options.

June 18, 2024

view count194976 Views

Read time12 Min Read

how-to-handle-actions-class-in-selenium

AutomationSelenium TutorialTutorial

How to Handle Actions Class in Selenium

Handling keyboard and mouse actions is essential for creating robust and comprehensive automated tests that mimic real user interactions.

June 12, 2024

view count343278 Views

Read time23 Min Read

How To Get Element by Tag Name in Selenium

AutomationSelenium TutorialTutorial

How to Get Element by Tag Name In Selenium

Selenium locators are essential for locating elements on a web page. Among the locators available, such as className, CSS Selector, ID, linkText, partialLinkText, tagName, and XPath, users can choose any locator that fits their needs to locate web elements.

June 6, 2024

view count245932 Views

Read time17 Min Read

How To Run Selenium Test Scripts Feature Image

AutomationSelenium TutorialTutorial

How To Run Selenium Test Scripts?

Selenium comes first to mind when considering automation testing. Automation testers commonly use Selenium, one of the best test automation frameworks, to create test scripts.

May 31, 2024

view count519926 Views

Read time11 Min Read

what-is-parallel-testing-and-why-is-it-important

AutomationSelenium Tutorial

What Is Parallel Testing And Why Is It Important?

Organizations are switching from manual testing to Selenium automation testing more frequently as technology evolves, which increases scalability. Many still need help to do parallel testing and instead turn to labor and resource intensive sequential approaches.

May 31, 2024

view count211252 Views

Read time22 Min Read

Selenium Grid

AutomationCross Browser TestingSelenium Tutorial

Selenium Grid Tutorial and Its Advantages

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on Selenium Tutorial. Automated testing plays a pivotal role in modern-day release cycles, as it speeds up the entire process of cross browser compatibility.

April 16, 2024

view count402931 Views

Read time37 Min Read

Take Screenshot In Selenium Java

AutomationSelenium JavaSelenium Tutorial

How To Take Screenshot In Selenium Java?

Selenium is an open-source automation tool widely used for testing web applications. It enables developers to create scripts that automate browser activities, evaluate expected results, and ensure application functionality.

April 5, 2024

view count317086 Views

Read time11 Min Read

How To Get Text Of An Element In Selenium

Selenium TutorialAutomation

How To Get Text Of An Element In Selenium?

Selenium is the most widely used automation testing tool, which reduces human effort and efficiently handles testing the scenarios we encounter every day.

April 4, 2024

view count401210 Views

Read time12 Min Read

Selenium TutorialUI TestingWebsite Testing

How To Get HTML Source Of A Web Element In Selenium Using Python?

Retrieving the page source of a website under scrutiny is a day-to-day task for most test automation engineers. Analysis of the page source helps eliminate bugs identified during regular website UI testing, functional testing, or security testing drills.

March 28, 2024

view count265004 Views

Read time11 Min Read

selenium-os

Selenium Tutorial

Top 52 Selenium Open Source Projects On GitHub [2024]

Selenium, a project hosted by the Apache Software Foundation, is an umbrella open-source project comprising a variety of tools and libraries for test automation.

March 26, 2024

view count124376 Views

Read time27 Min Read