Ardesco / driver-binary-downloader-maven-plugin

A Maven plugin that will download the WebDriver stand alone server executables for use in your mavenised Selenium project.
Apache License 2.0
92 stars 52 forks source link

Investigate generation of hash #71

Closed haroon-sheikh closed 6 years ago

haroon-sheikh commented 7 years ago

We currently use this on Linux/Windows/Mac and it's a bit of task to get hashes for each OS when a new driver becomes available.

We should investigate an easiest way to get these hashes?

Ardesco commented 7 years ago

the only option I can think of is to have a remote file stored somewhere that tries to get pulled down by default that lists every version of the driver with appropriate hashes.

This will still go stale if it's not kept up to date.

You can turn off hash checks, but then you will not know if you have downloaded a correct file.