-
Notifications
You must be signed in to change notification settings - Fork 82
Description
Hello,
For Google Chrome, I have noticed that the library downloads the WebDriver for the latest version if we use the automatic mode (given by the URL https://chromedriver.storage.googleapis.com/LATEST_RELEASE) or also a specific version that we can specify if using the manual way.
My question is, could we implement a third way that downloads the WebDriver version that matches the Google Chrome version installed in the machine? For example, if the Chrome version installed in the machine is 81.0.4044.**, then chromedriver.exe with version81.0.4044.138 is installed (last ChromeDriver version to work with Chrome 81, according to https://chromedriver.chromium.org/downloads).