class Selenium::WebDriver::DevTools::Response

def ==(other)

def ==(other)
  self.class == other.class &&
    id == other.id &&
    code == other.code &&
    body == other.body &&
    headers == other.headers
end