# File lib/selenium/webdriver/common/element.rb, line 22
      def ==(other)
        other.kind_of?(self.class) && bridge.elementEquals(self, other)
      end