Skip to content

Releases: SergeyPirogov/webdriver_manager

v4.0.2

25 Jul 08:12
e73a1cc
Compare
Choose a tag to compare

What's Changed

  • Fix __get_binary by excluding third party licenses by @Jheesbrough in #666
  • FIX #649: get latest version for chrome when it's not installed by @MarcBresson in #655
  • Hide STDERR output when looking for proper browser executable. by @eNcacz in #653

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

25 Sep 06:33
178a390
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

27 Jul 12:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9.1...v4.0.0

v3.9.1

23 Jul 15:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9.0...v3.9.1

v3.9.0

22 Jul 15:05
8f3ab07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.6...v3.9.0

3.8.6

13 Apr 20:10
Compare
Choose a tag to compare

What's Changed

  • Series of fixes #422 #442 #464 by @aleksandr-kotlyar in #494

    • Fixed queries to GitHubApi when driver found in cache for firefox/ie/opera.
    • Fixed falling with Exception if browser was not determined, no more falls with this reason from now on.
    • Fixed metadata and paths storage for "latest".
    • Fixed version download logic for Chrome/Edge:
      • if version="latest" - downloads LATEST_RELEASE for Chrome/Chromiums and LATEST_STABLE for Edge;
      • if version=x.x.x - downloads x.x.x;
      • if version is None - tries to determine installed browser version, and if fail - downloads like "latest" - LATEST_RELEASE.
    • Great refactoring in Driver and DriverCache which should make them easier to read and support.
    • Great function call optimizations to make easier to debug webdriver-manager issues.
  • Mention env variable WDM_PROGRESS_BAR for disabling the progress bar by @nakami in #475

  • Add python 3.11 support badge by @aleksandr-kotlyar in #484 (resolves gh #483)

  • Add py.typed marker by @faissaloux in #480

  • TESTS: fix test opera with selenium in CI by @aleksandr-kotlyar in #495

  • Catch ConnectionError by @lettow-humain in #498

  • Actualize Opera examples in README by @aleksandr-kotlyar in #504

New Contributors

  • @nakami made their first contribution in #475
  • @faissaloux made their first contribution in #480
  • @lettow-humain made their first contribution in #498

Full Changelog: v3.8.5...v3.8.6

3.8.5

16 Nov 16:54
0eaa772
Compare
Choose a tag to compare

Fix packaging dependency missing (bug from 3.8.4).

What's Changed

New Contributors

  • @yc5 made their first contribution in #455

Full Changelog: v3.8.4...v3.8.5

v3.8.4

18 Oct 11:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.3...v3.8.4

v3.8.3

30 Jul 07:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.2...v3.8.3

v3.8.2

18 Jul 13:19
Compare
Choose a tag to compare

Full Changelog: v3.8.1...v3.8.2