# File lib/selenium/webdriver/common/element.rb, line 16
      def inspect
        '#<%s:0x%x id=%s>' % [self.class, hash*2, @id.inspect]
      end