class Selenium::WebDriver::Proxy

def ==(other)

def ==(other)
  other.is_a?(self.class) && as_json == other.as_json
end