shaka-project / webdriver-installer

Install the right WebDriver version for your local browsers, automatically.
Apache License 2.0
2 stars 3 forks source link

fix: Ignore errors executing non-executable drivers #23

Closed joeyparrish closed 1 year ago

joeyparrish commented 1 year ago

Sometimes WebDriver Installer can be interrupted after downloading, but before setting the executable bits. This leads to a failure later when checking the WebDriver version.

We should ignore those errors and let WebDriver Installer replace the driver instead.

Closes #22