class Capybara::Node::Simple

def ==(other)

def ==(other)
  eql?(other) || (other.respond_to?(:native) && native == other.native)
end