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 a5b0ad9 commit 35f6ef2Copy full SHA for 35f6ef2
1 file changed
rb/lib/selenium/webdriver/common/selenium_manager.rb
@@ -47,7 +47,7 @@ def driver_path(options)
47
end
48
if options.respond_to?(:binary) && !options.binary.nil?
49
command << '--browser-path'
50
- command << options.binary
+ command << options.binary.gsub("\\", "\\\\\\")
51
52
command << '--debug' if WebDriver.logger.debug?
53
0 commit comments