Chrome Driver |top| Download For Windows 64 Bit Maven May 2026

Instead of manually downloading a .exe , simply call the setup method in your Java code:

io.github.bonigarcia webdrivermanager 5.7.0 Use code with caution.

import io.github.bonigarcia.wdm.WebDriverManager; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class MyTest { public static void main(String[] args) { // Automatically downloads and configures the correct Windows 64-bit driver WebDriverManager.chromedriver().setup(); WebDriver driver = new ChromeDriver(); driver.get("https://www.google.com"); } } Use code with caution. 2. Manual Download for Windows 64-bit chrome driver download for windows 64 bit maven

The most efficient way to "download" and manage ChromeDriver in a Maven project is using . This library automatically detects your installed Chrome version, downloads the matching 64-bit Windows driver, and sets the system path for you.

Add the following to your pom.xml file from the WebDriverManager Maven Repository : Instead of manually downloading a

: Use the legacy ChromeDriver downloads page .

: Open Chrome, go to Settings > About Chrome , and note the version (e.g., 125.x). Download the Binary : Manual Download for Windows 64-bit The most efficient

If you use a manual download, you must tell your Maven project where the file is located using a system property:

Go back