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 7369306 commit 364ea0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdrivers.gemspec
Original file line number Diff line number Diff line change
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 364ea0d

Please sign in to comment.