titusfortner / webdrivers

Keep your Selenium WebDrivers updated automatically
MIT License
593 stars 111 forks source link

Regression 4.4.2 - 4.5.0 #203

Closed luke-hill closed 3 years ago

luke-hill commented 3 years ago

Summary

Webdrivers cannot find chrome/firefox (old ones), from regular selenium docker image

Debug Info

Use webdrivers 4.4.2 and alpha 6 official docker images

Expected Behavior

Stuff works

Actual Behavior

For chrome:

Failed to find Chrome binary. (Webdrivers::BrowserNotFound)

For firefox:

Expected browser binary location, but unable to find binary in default location, no 'moz:firefoxOptions.binary' capability provided, and no binary flag set on the command line (Selenium::WebDriver::Error::SessionNotCreatedError)
luke-hill commented 3 years ago

Something has regressed, but it might be a combination of webdrivers/capybara e.t.c. I cannot say for certain. I'll close now and re-create with more info as/when I get time to fully triage.