Skip to content

Commit

Permalink
Merge pull request #2520 from JunichiIto/allow-selenium-4-1-or-higher
Browse files Browse the repository at this point in the history
Use adjusted driver registrations with selenium-webdriver 4.0 or higher
  • Loading branch information
twalpole authored Dec 30, 2021
2 parents e704d00 + 7add102 commit a958240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capybara/selenium/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Capybara::Selenium::Driver < Capybara::Driver::Base
clear_session_storage: nil
}.freeze
SPECIAL_OPTIONS = %i[browser clear_local_storage clear_session_storage timeout native_displayed].freeze
CAPS_VERSION = Gem::Requirement.new('~> 4.0.0.alpha6')
CAPS_VERSION = Gem::Requirement.new('>= 4.0.0.alpha6')

attr_reader :app, :options

Expand Down

0 comments on commit a958240

Please sign in to comment.