Class: Watir::Locators::TextField::Locator
- Inherits:
-
Element::Locator
- Object
- Element::Locator
- Watir::Locators::TextField::Locator
- 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
Constructor Details
This class inherits a constructor from Watir::Locators::Element::Locator
Instance Method Details
#locate_all ⇒ Object
5 6 7 |
# File 'lib/watir-webdriver/locators/text_field/locator.rb', line 5 def locate_all find_all_by_multiple end |