# File lib/selenium/webdriver/common/proxy.rb, line 36 def ==(other) other.kind_of?(self.class) && as_json == other.as_json end