Selenium

Selenium is one of the most widely used test automation tools for Web UI automation. It supports the automation of websites across different browsers and platforms using programming languages. Here, we have compiled all the tutorials on the different Selenium components.

Memory Units of Computer

Memory Units of Computer

The computer memory stores data and instructions for the CPU to retrieve access quickly. The computer won’t function properly without a memory. It has two ...
Read more

Latest on Selenium

Selenium with Java Automation Framework

Selenium with Java Automation Framework

Photo of author

By Kuldeep Rana

Let’s face it, creating an automation framework from scratch is considered to be the most important aspect of automation. If you’re new to the world ...

Selenium with python tutorial

Selenium with Python Tutorial

Photo of author

By Kuldeep Rana

Hello friends. If you are not completely new to the software testing or development field, you must have heard of the automation tool Selenium. In ...

selenium training

Selenium Training

Photo of author

By Kuldeep Rana

Hello friends! Welcome to Selenium training by ArtOfTesting. Selenium is an automated testing tool using which we can automate web-based applications on different browsers. It ...

Selenium Tutorial

Photo of author

By Kuldeep Rana

Selenium is one of the most widely used open-source Web UI automation testing tools. It supports the automation of websites across different browsers, platforms, and ...

Handling GeckoDriver exception in Selenium

GeckoDriver exception while launching Firefox

Photo of author

By Kuldeep Rana

Hello friends, with Selenium Webdriver versions after release Selenium 3.0 you might have faced the issue of Illegal State Exception while launching Firefox browser. In ...

What is geckodriver

GeckoDriver

Photo of author

By Kuldeep Rana

Hello Friends! in this post, we will study about Gecko and Geckodriver and also their association with Mozilla Firefox browser. What is Gecko? Gecko is ...

Exceptions in Selenium WebDriver

Exceptions in Selenium

Photo of author

By Kuldeep Rana

In this post, we will study the most commonly encountered exceptions in Selenium WebDriver and the root cause of these exceptions. NoSuchElementException Reason – In case ...

Get all links on a webpage in selenium

Get All Links on a Webpage using Selenium

Photo of author

By Kuldeep Rana

Hello friends! at times during automation, we are required to fetch all the links present on a webpage. Also, this is one of the most ...

Open new tab in Selenium

Open a New Tab in Selenium

Photo of author

By Kuldeep Rana

In this tutorial, we will learn how to open a new tab in Selenium Webdriver with Java. Although there are multiple ways of opening a ...