Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a .NET library that gets the correct chromedriver version, even if it's not listed in the chromium website. It automatically downloads and extracts the correct version of `chromedriver.exe` by crosschecking your local environment (chrome) and the list of available chrome versions from `https://developer.chrome.com/docs/chromedriver/downloads` In the case of no matching versions, it will check gooogle chrome labs for unreleased beta versions. If there are still no matching versions, it throws an exception.