Category Archives: Selenium Tutorial

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 count283835 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 count134812 Views

Read time27 Min Read

Mastering Selenium Testing: JUnit Asserts With Examples

AutomationSelenium TutorialTutorial

Mastering Selenium Testing: JUnit Asserts With Examples

Automation testing helps to ease the life of software testers by allowing them to automate their repetitive tasks, and open-source test automation frameworks like Selenium have enabled users to automate web testing experience at scale. However, what good is automation testing if you cannot verify whether a test case has passed or failed?

March 22, 2024

view count242619 Views

Read time24 Min Read

How to Close

Selenium TutorialSelenium JavaSelenium PythonSelenium WebDriver

Learn To Close Browser Tabs In Selenium Python And Java

If you have landed here, you must be familiar with the basics of the automation testing framework, Selenium. Selenium automation offers various methods to mimic user interaction with testing scripts.

March 21, 2024

view count295340 Views

Read time21 Min Read

Selenium Wait

Selenium TutorialAutomation

Selenium Wait: Implicit, Explicit & Fluent Wait Commands

Becoming proficient in automation testing with Selenium involves acquiring a strong grasp of effectively utilizing Selenium’s wait commands.

March 4, 2024

view count190759 Views

Read time18 Min Read

Different Types of Locators in Selenium WebDriver

Selenium TutorialSelenium LocatorsTutorial

Different Types of Locators in Selenium WebDriver

When writing automated tests with Selenium WebDriver, the first step is locating the WebElements using the browser developer tools window. To achieve this, different types of locators in Selenium WebDriver, like ID, Name, TagName, ClassName, XPath, CSS Selector, etc.,

March 1, 2024

view count597768 Views

Read time34 Min Read

Maven for Selenium

AutomationSelenium Tutorial

Selenium Maven Dependency Tutorial

While working on a project for test automation, you’d require all the Selenium dependencies associated with it like Selenium Maven dependencies. These dependencies are downloaded and upgraded manually throughout the project lifecycle, but managing dependencies can be quite challenging as the project gets bigger.

February 26, 2024

view count152163 Views

Read time24 Min Read

Selenium Tutorial

Automate UI Tests With Selenium

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on Selenium Tutorial. Efficient User Interface (UI) testing is essential to the software testing cycle, validating that applications possess desired features and user-friendliness.

February 22, 2024

view count32802 Views

Read time14 Min Read

selenium rc feature

Selenium Tutorial

Selenium RC: A Look Back At Its Influence on Test Automation

Ensuring that apps work smoothly across several platforms and browsers is crucial in software development.

January 25, 2024

view count64784 Views

Read time10 Min Read

Hybrid Framework In Selenium

Selenium Tutorial

Hybrid Framework In Selenium

The world of software testing has evolved significantly, leading to the emergence of innovative frameworks that enhance efficiency and maintainability.

September 19, 2023

view count107856 Views

Read time18 Min Read