# File lib/selenium/webdriver/common/element.rb, line 14
      def initialize(bridge, id)
        @bridge, @id = bridge, id
      end