From the course: Selenium Essential Training

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Browser drivers

Browser drivers - Selenium Tutorial

From the course: Selenium Essential Training

Start my 1-month free trial

Browser drivers

- [Instructor] I want to take a minute to talk more in detail about the browser drivers used to run test in WebDriver. Each of the major browsers has their own driver, which are maintained by the browser vendor and not Selenium. All the drivers are written in the same language as the browser, and a thin wrapper is implemented around the browser driver, which makes it easy to use the bindings without knowing how the code is working under the hood. More information about the browser drivers can be found at www.seleniumhq.org/download. And on this page, scroll down to the third-party drivers, bindings, and plugins section, and each of the browser drivers are listed below. There are a few similarities between the browser drivers. First, there is usually some setup required in order to use them, their API functionality is all pretty similar to allow the same functionality between each driver, and all the drivers are part of the W3C spec standard, which means they follow certain guidelines…

Contents