Use the version number retrieved from the previous step to construct the URL to download ChromeDriver. (The actual number may change in the future, of course.) For example, the above URL will get your a file containing '.69'. Use the URL created in the last step to retrieve a small file containing the version of ChromeDriver to use. Take the Chrome version number, remove the last part, and append the result to URL ''. Here are the steps to select the version of ChromeDriver to download:įirst, find out which version of Chrome you are using. These patches may or may not coincide with updates to Chrome. īefore a new major version of Chrome goes to Beta, a matching version of ChromeDriver will be released.Īfter the initial release of a new major version, we will release patches as needed. 20 supports all Chrome versions that start with. See for more details.Įach version of ChromeDriver supports Chrome with matching major, minor, and build version numbers. Specifically:ĬhromeDriver uses the same version number scheme as Chrome. Which version to select depends on the version of Chrome you are using it with.
We maintain multiple versions of ChromeDriver.