Last updated: May 25, 2022

Selenium Basics

Selenium is one of the widely used open-source web user interface mechanization suites. It is popular because of the features that it has like it supports multiple browsers, multiple programming languages, and multiple operating systems. Because of the facilities that it offers, it has become one of the most widely used tools. It supports automation. This section is going to make you well aware of the properties & uses. Let's understand them.
Introduction to Selenium MEDIUM
Selenium is an open-source tool that is used for the automated testing of web applications. It uses a browser-specific driver to control and execute user actions.
How to Configure Selenium in Eclipse EASY
This article will explore how to configure Selenium in Eclipse. We will also discuss some essential aspects of Selenium in this article.
Selenium Maven Dependency EASY
In this blog, we will learn about Selenium Maven Dependency. We will learn about its core concepts, features and much more for better understanding.
Selenium Tools EASY
This article introduces you to the concept of Selenium and its tool suite with a detailed explanation.
Dynamic xpath in Selenium EASY
In this blog, we will learn about Dynamic xpath in Selenium. We will understand its core concepts, its usage, types, and much more for better understanding.
AutoIT in Selenium MEDIUM
How to use Autoit in Selenium with Introduction. We will understand what it is used for in Selenium. We will also see the steps to use it.
Selenium IDE and Installation EASY
This article introduces you to the concept of Selenium IDE and its installation with a detailed explanation
Headless Browser Testing With Selenium MEDIUM
In this article, we learn what headless browser testing with Selenium is. We even discuss what headless browsers are and their execution in Chrome and Firefox.
Locators in Selenium MEDIUM
This article will discuss locators in Selenium. We will learn different types of locators and understand which locator to use in a particular scenario.
Object Repository in Selenium MEDIUM
In this article, we will discuss about an object repository in Selenium. We will discuss ways to create an object repository in Selenium.
Fluent Wait in Selenium MEDIUM
Fluent Wait in Selenium sets the maximum time for WebDriver to wait for a web element to become visible
CSS Selector in Selenium EASY
CSS Selectors in Selenium provide a robust mechanism for identifying web elements through a strategic blend of HTML tags, ids, classes, and attributes.
Author Shiva
0 upvotes
Xpath in Selenium MEDIUM
In this article, we will discuss Xpath in Selenium, its syntax and different use cases.
First Test Cases using Selenium EASY
This blog discusses the theoretical and practical implementation of First Test Cases using Selenium.
Testing Login Flow EASY
This blog discusses the theoretical and practical implementation of Testing Login Flow using Selenium.
Selenium Commands and Types EASY
This blog discusses the importance of Selenium Commands, their uses and Types.
Creating Test Cases in Selenium EASY
In this blog, we will learn to create test cases manually using Selenium.
Locating Strategies in Selenium EASY
In this blog, we will learn about the different strategies used to locate unique web elements in web applications.
Robot Class in Selenium MEDIUM
In this blog, we will discuss about Robot Class in Selenium. We will also understand why to use it, an example based on it, and its benefits.
How to Find Broken Links in Selenium with Examples MEDIUM
How to identify & fix broken links in Selenium. Find broken links in few easy steps with examples in this blog.