Skip to content
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

Fix Webdrivers missing version error #69

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Conversation

mihkelal
Copy link
Owner

Fixes this error when running feature specs:

Webdrivers::VersionError:
  Unable to find latest point release version for 115.0.5790. You appear to be using a non-production version of Chrome. Please set `Webdrivers::Chromedriver.required_version = <desired driver version>` to a known chromedriver version: https://chromedriver.storage.googleapis.com/index.html

From https://ruby.social/@ajaya/110806302052230819:

Now that Chrome 15 is out, folks using webdriver gem, will start getting errors like 'Unable to find latest point release version for 115.0.5790'. To solve this, follow along.

Also see rails/rails#48847.

@mihkelal mihkelal changed the title Replace webdrivers with up-to-date selenium-webdriver version Fix Webdrivers missing version error Aug 16, 2023
@mihkelal mihkelal merged commit 1449dd7 into main Aug 16, 2023
1 check passed
@mihkelal mihkelal deleted the fix-webdrivers-version-error branch August 16, 2023 01:38
@mihkelal mihkelal added the ruby Pull requests that update Ruby code label Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant