v3.2.4

mherrmann/heliumv3.2.4Jul 31, 2023by mherrmann

AI Summary

Fixed an error when starting Chrome caused by a version mismatch between the installed Chrome version and the ChromeDriver version.

Key Highlights

  • Fixed `VersionError` for ChromeDriver compatibility
  • Updated webdriver management dependency to support current Chrome versions

Full Release Notes

The error was

```
get_chrome_driver.exceptions.VersionError: Unable to find a ChromeDriver version for the installed Chrome version
```

It was caused by our dependency for webdriver management not supporting current Chrome versions.

The drawback is that the new webdriver management solution doesn't cache properly. See https://github.com/SergeyPirogov/webdriver_manager/pull/582.