class Selenium::WebDriver::Remote::Capabilities

def ==(other)

def ==(other)
  return false unless other.is_a? self.class
  as_json == other.as_json
end