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 420f074 commit a66db94Copy full SHA for a66db94
1 file changed
rb/lib/selenium/webdriver/common/selenium_manager.rb
@@ -63,7 +63,7 @@ def generate_command(binary, options)
63
end
64
if options.respond_to?(:binary) && !options.binary.nil?
65
command << '--browser-path'
66
- command << options.binary.gsub('\\', '\\\\\\')
+ command << options.binary.squeeze('\\').gsub('\\', '\\\\\\')
67
68
if options.proxy
69
command << '--proxy'
0 commit comments