-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webdrivers Gem Not Getting ChromeDriver For Chrome v116+ #426
Comments
NOTE: All of the tests are now passing on GitHub, which suggests that the problem is fixed. However, I am noting that problems exist on my Mac OS (perhaps the problem has something to do with Google Chrome on my computer?). For example, the test
|
This problem is also appearing on Ubuntu OS now. |
The following Stack Overflow answer solved the problem: https://stackoverflow.com/a/45198164 "Odds are that you have previously precompiled the assets in the test environment and that a left over manifest file is preventing it from recompiling newly added assets. You can fix that by running something like
|
To patch issue #403, we applied the following patch:
Webdrivers::Chromedriver.required_version = '114.0.5735.90' # TEMPORARY PATCH
However, now that Google Chrome has updated to v116, the rspec tests fail with the following:
According to https://github.com/titusfortner/webdrivers, "If you cannot upgrade to Selenium 4.11, Webdrivers 5.3.0 will continue to support Ruby 2.6+ and Selenium 4.0 - 4.10"
The text was updated successfully, but these errors were encountered: