Method: Webrat::Locators::FieldLabeledLocator#locate

Defined in:
lib/webrat/core/locators/field_labeled_locator.rb

#locateObject



9
10
11
# File 'lib/webrat/core/locators/field_labeled_locator.rb', line 9

def locate
  matching_labels.any? && matching_labels.detect_mapped { |label| label.field }
end