Skip to content

Commit 8ce8a92

Browse files
committed
[DIAG] Support selenium-webdriver 4.20.0
SeleniumHQ/selenium#13386
1 parent 9fd8b33 commit 8ce8a92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,8 @@ GEM
491491
google-protobuf (~> 3.25)
492492
sass-embedded (1.69.6-x86_64-linux-gnu)
493493
google-protobuf (~> 3.25)
494-
selenium-webdriver (4.16.0)
494+
selenium-webdriver (4.20.0)
495+
base64 (~> 0.2)
495496
rexml (~> 3.2, >= 3.2.5)
496497
rubyzip (>= 1.2.2, < 3.0)
497498
websocket (~> 1.0)

actionpack/lib/action_dispatch/system_testing/browser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def set_headless_firefox_browser_options
7272
end
7373

7474
def resolve_driver_path(namespace)
75-
namespace::Service.driver_path = ::Selenium::WebDriver::DriverFinder.path(options, namespace::Service)
75+
namespace::Service.driver_path = ::Selenium::WebDriver::DriverFinder.new(options, namespace::Service)
7676
end
7777
end
7878
end

0 commit comments

Comments
 (0)