How do I download and install Chromedriver?

How do I download and install Chromedriver?

Here are the steps to download and setup ChromeDriver in Windows machine for Selenium Test Automation. Step 1: Download the ChromeDriver file from the official Selenium download page depending on the local chrome browser version. Step 2: Unzip the chromedriver_mac64.zip to get the chromdriver.exe file. Step 3: Copy the exe file in to preferable folder and set that path in to system property System.setProperty(“WebDriver.chrome.driver”, “\path to ChromeDriver\ChromeDriver.exe”.

Read How to execute Selenium Test Cases in Chrome