v3.2.0

mherrmann/heliumv3.2.0Jul 5, 2023by mherrmann

AI Summary

Switches from shipping outdated chromedriver binaries to automatically downloading a matching version when starting Chrome.

Key Highlights

  • Automatic chromedriver download capability
  • Eliminates need to manually manage outdated driver binaries
  • Utilizes the get-chrome-driver library

New Features

  • Automatic chromedriver download

Full Release Notes

Previous releases of Helium shipped with the `chromedriver` binaries, which are necessary for starting and controlling Chrome. But these binaries got outdated very quickly. This release switches to an approach that automatically downloads a matching `chromedriver` when none is installed on the system.

Kudos to @zaironjacobs for the [nice library](https://github.com/zaironjacobs/get-chrome-driver) that makes this possible.