rosolko / WebDriverManager.Net

Automatic Selenium Webdriver binaries management for .Net
MIT License
269 stars 83 forks source link

(Suggestion) Set chromedriver cache #271

Closed devCanario closed 1 year ago

devCanario commented 1 year ago

I think it is a good idea to check if the chromedriver already exists and is the version you need before downloading a new one here new DriverManager().SetUpDriver(new ChromeConfig());, i think is better to check if you have it just return the path, and if you dont fetch the driver and return the path

rosolko commented 1 year ago

Manager check for driver by path where is installed