rosolko / WebDriverManager.Net

Automatic Selenium Webdriver binaries management for .Net
MIT License
267 stars 84 forks source link

Fixed #308, Unzipping of files and able to download ChromeDriver 64 b… #311

Closed garry-edmonds closed 6 months ago

garry-edmonds commented 6 months ago

…it version.

308 - Fixed by replacing json library with newtonsoft.json.

Now downloads chromedriver 64 bit version as never downloaded this version only 32 bit. Fixed unzip issue with dealing with folder names in the zip file.

Updated to .net framework 4.7.2 as 4.6.2 is no longer supported.