titusfortner / webdrivers

Keep your Selenium WebDrivers updated automatically
MIT License
592 stars 113 forks source link

Webdrivers library will not work with selenium 4.0.0 #219

Closed ibalosh closed 2 years ago

ibalosh commented 2 years ago

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 commented 2 years ago

218 would fix this issue.

ibalosh commented 2 years ago

thanks @yahonda

titusfortner commented 2 years ago

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