class Selenium::WebDriver::Element

def ==(other)

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