Skip to content

Commit

Permalink
rb - this breaks things on remote machines and isn't needed anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 14, 2016
1 parent 4f417e9 commit d9843c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rb/lib/selenium/webdriver/remote/w3c_bridge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ def initialize(opts = {})

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

if desired_capabilities[:marionette] && Firefox::Binary.version < 45
raise Error::WebDriverError, "Marionette is not supported in Firefox Version #{Firefox::Binary.version}"
end

unless opts.empty?
raise ArgumentError, "unknown option#{'s' if opts.size != 1}: #{opts.inspect}"
end
Expand Down

0 comments on commit d9843c3

Please sign in to comment.