ChromeDriver.com

ChromeDriver ChromeDriver

ChromeDriver - WebDriver for Chrome

WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS).

You can view the current implementation status of the WebDriver standard Chromium docs.

Current Releases Downloads

Download ChromeDriver

Latest available releases versions Linux64/Mac-Arm64/Mac-x64/Win64/Win32.

If you are using Chrome version 115 or newer, please consult the Chrome for Testing availability dashboard.

For older versions of Chrome, please see below for the version of ChromeDriver that supports it.

IT Tools Pro

Channel Versions Status

Last updated @

ChannelVersionRevisionStatus
Stable124.0.6367.78r1274542
Beta125.0.6422.14r1287751
Dev126.0.6423.2r1288419
Canary126.0.6439.0r1292160

Version Selection Download

Version selection is the process of matching a Chrome binary of a given version to a compatible ChromeDriver binary.

For versions 115 and newer

Starting with M115 the ChromeDriver release process is integrated with that of Chrome. The latest Chrome + ChromeDriver releases per release channel (Stable, Beta, Dev, Canary) are available at the Chrome for Testing (CfT) availability dashboard. As a result, you might no longer have a need for version selection — you could choose any available CfT version and simply download the correspondingly-versioned ChromeDriver binary.

For automated version downloading one can use the convenient CfT JSON endpoints.

If you still have a need for version selection (e.g. to match a non-CfT Chrome binary with a compatible ChromeDriver binary), look up the Chrome binary’s MAJOR.MINOR.BUILD version in the latest-patch-versions-per-build JSON endpoints to find the corresponding ChromeDriver version. If there is no entry for the MAJOR.MINOR.BUILD version yet, fall back to the latest-versions-per-milestone JSON endpoint instead.

Alternatively, you can use the LATEST_RELEASE_ endpoints at the new location.

For versions 114 and older

In addition, For versions 114 and older, the version of ChromeDriver for the current stable release of Chrome can be found at Versions 114 and older downloads.

JSON API endpoints

JSON API endpoints for specific ChromeDriver version downloading, listing the full download URLs per asset.

ChromeDriver.com

All code is currently in the open source Chromium project. This project is developed by members of the Chromium and WebDriver teams.

The purpose of this website is to make it easier for people to access and download ChromeDriver.

This is a unofficial Chromium website, Chrome and Chromium and related trademarks are owned by Google.