webdrivermanager
webdrivermanager copied to clipboard
Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge
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
Edge fix
This pull request updates Edge download to use the currently stable version (98.0.1108.62) as the latest and fixes the download problem.
Update geckodriver version to work with 0.30.0.
Updates `version_map` to latest geckodriver release. Fixes `Service geckodriver unexpectedly exited. Status code was: 64` errors with latest Firefox version (94).
It seems that someone uploaded a non-matching file name in the official repo: ```xml 3.150/IEDriverServer_Win32_.3.150.2.zip ``` (note the dot before the version part). This causes the command `webdrivermanager ie:3.14.0` to...
Increase max results to 5000 as the current limit of 1000 skips out on latest versions #70
Fixes #65
Hey there! There was a small issue with downloading specific chromedrivers as the versions have gotten extra long and extravagant. For example to download chromedriver version 80, you would have...
Making this issue to clean up the issue log - will be marking previous stuff as duplicate for this .. See: #90, #81, #73, #70
Getting this error when trying to use `download_and_install` method for chrome. **Device:** Windows 11 ```python File "webdrivermanager\base.py", line 297, in download_and_install File "zipfile.py", line 1269, in __init__ File "zipfile.py", line...