# File lib/selenium/webdriver/remote/capabilities.rb, line 212
        def ==(other)
          return false unless other.kind_of? self.class
          as_json == other.as_json
        end