Skip to content

Commit c68e2d9

Browse files
committed
rb - this breaks things on remote machines and isn't needed anyway
(cherry picked from commit d9843c3)
1 parent b7e1951 commit c68e2d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rb/lib/selenium/webdriver/remote/w3c_bridge.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ def initialize(opts = {})
7777

7878
desired_capabilities[:marionette] = opts.delete(:marionette) unless opts[:marionette].nil?
7979

80-
if desired_capabilities[:marionette] && Firefox::Binary.version < 45
81-
raise Error::WebDriverError, "Marionette is not supported in Firefox Version #{Firefox::Binary.version}"
82-
end
83-
8480
unless opts.empty?
8581
raise ArgumentError, "unknown option#{'s' if opts.size != 1}: #{opts.inspect}"
8682
end

0 commit comments

Comments
 (0)