Class: Watir::Locators::TextField::Locator

Inherits:
Element::Locator show all
Defined in:
lib/watir-webdriver/locators/text_field/locator.rb

Constant Summary

Constants inherited from Element::Locator

Element::Locator::CONVERTABLE_REGEXP, Element::Locator::WD_FINDERS

Instance Attribute Summary

Attributes inherited from Element::Locator

#element_validator, #selector_builder

Instance Method Summary collapse

Methods inherited from Element::Locator

#initialize, #locate

Constructor Details

This class inherits a constructor from Watir::Locators::Element::Locator

Instance Method Details

#locate_allObject



5
6
7
# File 'lib/watir-webdriver/locators/text_field/locator.rb', line 5

def locate_all
  find_all_by_multiple
end