We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5860546 commit 45fcc05Copy full SHA for 45fcc05
rb/lib/selenium/webdriver/common/local_driver.rb
@@ -42,6 +42,7 @@ def process_options(options, capabilities, service)
42
WebDriver.logger.deprecate("The :capabilities parameter for #{self.class}",
43
":options argument with an instance of #{self.class}",
44
id: :capabilities)
45
+ service.executable_path ||= WebDriver::DriverFinder.path(capabilities, service.class)
46
generate_capabilities(capabilities)
47
else
48
options ||= default_options
0 commit comments