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

Switch to selenium-webdriver #2459

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Conversation

smaboshe
Copy link
Contributor

We have been having issues with the webdrivers gem:

Webdrivers::VersionError:
 Unable to find latest point release version for 124.0.6367. 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

This commit replaces webdrivers with selenium-webdriver which does the same things "better".

Ref:

We have been having issues with the `webdrivers` gem:
```
Webdrivers::VersionError:
 Unable to find latest point release version for 124.0.6367. 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
```

This commit replaces `webdrivers` with `selenium-webdriver` which does
the same things "better".

Ref:
- titusfortner/webdrivers#247
@smaboshe smaboshe self-assigned this Apr 24, 2024
@smaboshe smaboshe merged commit 2350d8d into main Apr 25, 2024
@smaboshe smaboshe deleted the smaboshe-switch-to-selenium-webdriver branch April 25, 2024 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant