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 b7e1951 commit c68e2d9Copy full SHA for c68e2d9
rb/lib/selenium/webdriver/remote/w3c_bridge.rb
@@ -77,10 +77,6 @@ def initialize(opts = {})
77
78
desired_capabilities[:marionette] = opts.delete(:marionette) unless opts[:marionette].nil?
79
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
-
84
unless opts.empty?
85
raise ArgumentError, "unknown option#{'s' if opts.size != 1}: #{opts.inspect}"
86
end
0 commit comments