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

Gecko driver fallback condition should also check for 404 status code #34

Closed zeeshanyshaikh closed 1 year ago

zeeshanyshaikh commented 4 years ago

I am getting 404 error while accessing https://api.github.com/repos/mozilla/geckodriver/releases/ for downloading gecko driver. As i can see in code Line 160 it only checks for staus code 403 to check for the fallback URL.

Please include 404 condition as well.

image