MarketSquare / webdrivermanager

Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge
https://pypi.org/project/webdrivermanager/
MIT License
100 stars 38 forks source link

Fix support for IE --bitness 32 #29

Closed lmartorella closed 4 years ago

lmartorella commented 4 years ago

FIxes the URL composition for IE driver on win 32 bit. Filenames are named "Win32", so without the case change the tool is unable to find a suitable version. Thanks, Luciano

rasjani commented 4 years ago

thank you