CH

ChromeDriver

ChromeDriver is a standalone server that implements the WebDriver protocol for Chromium, enabling automated testing of Chrome browsers.
Latest: 148.0.7778.97
Last checked: Feb 6, 2026 2:58am
Rank: 196/15140
Monitored via:
Winget NVD Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: BSD-style licenseInstaller: zip archiveWinget: Available


CPE
cpe:2.3:a:chromium:chromedriver

Version & Lifecycle

0
Current: 148.0.7778.97 N-2: 147.0.7727.117 Avg cadence: Every 7 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment note • May 13, 2026
0

ChromeDriver portable deployment and version-matching note

ChromeDriver is distributed as a portable executable/ZIP, so normal Windows silent-install switches do not apply. For enterprise test hosts, script the download, extract chromedriver.exe to a controlled location such as C:\WebDriver\bin, and reference that full path from Selenium/WebDriver jobs instead of expecting an MSI-style install.

For Chrome 115 and newer, use Google’s Chrome for Testing availability data or dashboard to select matching Chrome and ChromeDriver artifacts. Pin the driver version to the Chrome channel/build you deploy to automation hosts; otherwise browser auto-update can leave test agents with a Chrome/ChromeDriver mismatch.

For legacy Chrome 114 and older, Google’s ChromeDriver downloads page still points to the older version-selection flow. Keep that distinction in packaging scripts so old long-lived lab images do not accidentally consume the new Chrome for Testing JSON endpoint while current images do.

Official Google sources: ChromeDriver downloads/version selection and Chrome for Testing availability dashboard.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Known Vulnerabilities

None found.

No published CVEs against cpe:2.3:a:chromium:chromedriver.

Looks wrong? Suggest a different match
Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

ChromeDriver

Packaging Notes

0

Distributed as a standalone executable zip archive; often managed via Selenium Manager or package managers

Notes

0

Download URLs and versions may change frequently; environment variables CHROMEDRIVER_CDNURL and CHROMEDRIVER_CDNBINARIESURL can be used to configure download sources.