Method: Webrat::Locators::FieldLabeledLocator#label_elements

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

#label_elementsObject



27
28
29
# File 'lib/webrat/core/locators/field_labeled_locator.rb', line 27

def label_elements
  Webrat::XML.xpath_search(@dom, Label.xpath_search)
end