Introduction to the Selenium Framework

Get introduced to the Selenium framework and its advanced capabilities for front-end application testing.

We'll cover the following

Selenium is one of the oldest test automation frameworks on the market. The framework is open source and supports many language bindings (Java, JavaScript, Python, and so on). It’s also the base for many other leading frameworks in the marketplace, such as WebdriverIO. Being W3C compliant and based on the WebDriver protocol, this client-server framework allows developers to build test automation across all available browsers (desktop and mobile) and through its Grid tool, run in parallel and at scale.

Goal of this chapter

In this chapter, you will get a deep technical overview of the framework with a focus on its advanced capabilities, including support for CDP, relative locators, visual testing, cloud testing, support for behavior-driven development (BDD) testing, and self-healing add-ons.

Get hands-on with 1200+ tech skills courses.