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 47a2730 commit 0395362Copy full SHA for 0395362
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.gsub("\\", "\\\\\\")
+ command << options.binary.gsub('\\', '\\\\\\')
51
52
command << '--debug' if WebDriver.logger.debug?
53
0 commit comments