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

Webdrivers library will not work with selenium 4.0.0 #219

Closed
ibalosh opened this issue Oct 14, 2021 · 3 comments
Closed

Webdrivers library will not work with selenium 4.0.0 #219

ibalosh opened this issue Oct 14, 2021 · 3 comments

Comments

@ibalosh
Copy link

ibalosh commented Oct 14, 2021

Summary

When you try to install webdrivers with bundler, with for example gemfile containing:

gem 'selenium-webdriver', '4.0.0'
gem 'webdrivers', '~> 4.6.1', require: false

it will not work, due limitation on https://github.com/titusfortner/webdrivers/blob/master/webdrivers.gemspec

From what I see versions up to 4 are supported. It does work with rc ones though.

@yahonda
Copy link
Contributor

yahonda commented Oct 14, 2021

#218 would fix this issue.

@ibalosh
Copy link
Author

ibalosh commented Oct 14, 2021

thanks @yahonda

@titusfortner
Copy link
Owner

4.7 has been released! Let me know of any issues with it.

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

No branches or pull requests

3 participants