Releases: SergeyPirogov/webdriver_manager
Releases · SergeyPirogov/webdriver_manager
v3.8.1
What's Changed
- Remove stream handlers from logging by @andrewvaughan in #404
- Fix issue with WD_LOG not working as intended by @andrewvaughan in #405
- remove browsers by @SergeyPirogov in #409
New Contributors
- @andrewvaughan made their first contribution in #404
Full Changelog: v3.8.0...v3.8.1
v3.8.0
What's Changed
- deprecate python 3.6 by @SergeyPirogov in #402
- add browsers by @SergeyPirogov in #397
Full Changelog: v3.7.1...v3.8.0
v3.7.1
What's Changed
- Update README.md by @arturshevchenkoyalantis in #394
- Fix looking for incorrect binary for edgedriver on Linux by @unixfy in #392
New Contributors
- @arturshevchenkoyalantis made their first contribution in #394
- @unixfy made their first contribution in #392
Full Changelog: v3.7.0...v3.7.1
v3.7.0
v3.6.3
v3.6.3
v3.6.2
What's Changed
- Fix Apple M1 support for Chrome and Firefox
- Add support for dotenv config parameters
Full Changelog: v3.6.1...v3.6.2
v3.6.1
v3.6.0
What's Changed
- Fix logger by @SergeyPirogov in #377
- Add download_manager by @SergeyPirogov in #379
New Contributors
- @Muddyblack made their first contribution in #376
Full Changelog: v3.5.4...v3.6.0
3.5.4
Features
- Add Brave support, look "Use with Brave" chapter in README.md (#331)
- Speed up webdriver-manager in
driver.Driver.get_version()
method. - Disable logs by
os.environ['WDM_LOG'] = '0'
(#277)
Fixes
- Error in
webdriver_manager.utils.get_browser_version_from_os
for 32 bit applications (#315) EdgeChromiumDriverManager().install()
fails in 3.5.3 when no Edge found (#312)- Driver cache doesn't work with WDM 3.5.3 (Win) (#311)
- google-chrome version is "UNKNOWN" with webdriver_manager 3.5.3 (Win) (#307)
3.5.3 Determine browser versions on Windows
Bugfixes
- Fixed logger for EdgeChromiumDriverManager and IEDriverManager (#269, #272).
- Fixed
JSONDecodeError
when raisingValueError
message of failed request. (#273). - Fixed
geckodriver
permissions. Whenwebdriver.Firefox(GeckoDriverManager().install())
causedos error 10061
.
Features
- MSEdge: Take the latest stable major version bound to OS(!) when Edge browser version was not determined. (#302, #305)
- Windows: Determine browsers versions on Windows 32/64 bit by many ways. MSEdge, Chrome, Chromium, Firefox. PowerShell required. (#261, #193, #293).
- Chrome/Chromium: Determine architecture of Mac M1 ARM64 for in ChromeDriverManager (#299, #205, #285)
- Re-download webdriver binary in cases when it was not found in cache (was deleted) (#286)