MarketSquare / webdrivermanager

Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge

Home Page:https://pypi.org/project/webdrivermanager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zipfile.BadZipFile: File is not a zip file

Tuhin-thinks opened this issue · comments

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.