titusfortner / webdrivers

Keep your Selenium WebDrivers updated automatically
MIT License
595 stars 110 forks source link

Raise BrowserNotFound if Chrome and Edge binary are not found. #146

Closed kapoorlakshya closed 5 years ago

kapoorlakshya commented 5 years ago

Also added specs for EdgeFinder.

Fixes #144.

kapoorlakshya commented 5 years ago

I have only tested this on Windows. Still need to test it with the rake tasks on Linux and macOS.

twalpole commented 5 years ago

LGTM

kapoorlakshya commented 5 years ago

Tested this on Linux and it works as expected. Merging!