...

>

Selenium WebDriver and its Architecture

Selenium WebDriver and its Architecture

In this lesson, we will walk you through Selenium and its components including WebDriver.

What is Selenium?

Selenium is a suite of tools that helps you to automate cross-browser testing for a web-based application.

Selenium components

The Selenium comprises of these main components:

  • Selenium WebDriver - is a collection of open-source APIs that helps in
...