# File lib/capybara/node/finders.rb, line 70
      def find_by_id(id)
        find(:id, id)
      end