Skip to content

Commit

Permalink
do not support Selenium > 4.11
Browse files Browse the repository at this point in the history
this gem should not be necessary with Selenium 4.11+
  • Loading branch information
titusfortner committed Jul 31, 2023
1 parent 2ad32bd commit 9f1d965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdrivers.gemspec
Expand Up @@ -38,5 +38,5 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'nokogiri', '~> 1.6'
s.add_runtime_dependency 'rubyzip', '>= 1.3.0'
s.add_runtime_dependency 'selenium-webdriver', '~> 4.0'
s.add_runtime_dependency 'selenium-webdriver', '~> 4.0', '< 4.11'
end

0 comments on commit 9f1d965

Please sign in to comment.