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

zipfile.BadZipFile: File is not a zip file #91

Open Tuhin-thinks opened 1 year ago

Tuhin-thinks commented 1 year ago

Getting this error when trying to use download_and_install method for chrome. Device: Windows 11

File "webdrivermanager\base.py", line 297, in download_and_install
  File "zipfile.py", line 1269, in __init__
  File "zipfile.py", line 1336, in _RealGetContents
zipfile.BadZipFile: File is not a zip file

P.S.: Google Chrome updated to the latest version. No permission issues. Was also working fine 3 days back.