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

Add gecko driver versions 0.30.0 and 0.31.0 #96

Open TPXP opened 1 year ago

TPXP commented 1 year ago

Useful when working with selenium, which relies on the "--websocket-port" argument understood from v0.30.0 onwards.

See https://github.com/mozilla/geckodriver/issues/1959

DEADSEC-SECURITY commented 1 year ago

This PR won't be necessary when https://github.com/MarketSquare/webdrivermanager/pull/98 is merged