# File lib/webrat/core/locators/field_labeled_locator.rb, line 51 def field_labeled(label, *field_types) FieldLabeledLocator.new(@session, dom, label, *field_types).locate! end