titusfortner / webdrivers

Keep your Selenium WebDrivers updated automatically
MIT License
592 stars 113 forks source link

Improve error messages for debugging #232

Closed dan-jensen closed 2 years ago

dan-jensen commented 2 years ago

This improves 2 error messages in ChromeFinder. Previously the messages could imply that a file could not be found. It is more accurate to say the binary location or version could not be determined (meaning there was no search for any file).

kapoorlakshya commented 2 years ago

Thank you for your contribution!