v3.0.5

mherrmann/heliumv3.0.5Sep 14, 2020by mherrmann

AI Summary

Improves drag-and-drop functionality to better support dragging between coordinate points.

Key Highlights

  • Enhanced support for dragging between Points
  • Includes new test case for point dragging

New Features

  • Improved drag functionality

Full Release Notes

Helium ships with its own copies of gecko- and chromedriver. These binaries quickly become outdated. Previously, there was no easy way to "fix" Helium's webdrivers for your machine.

No longer. Now, Helium first attempts to use `chromedriver` and `geckodriver` from your `PATH`. This lets you install the versions of those drivers that work on your system.

The implementation is based on a PR by @TotallyNotChase. Thank you!