# File lib/webrat/core/locators/field_by_id_locator.rb, line 32
    def field_with_id(id, *field_types)
      FieldByIdLocator.new(@session, dom, id, *field_types).locate!
    end