Class: Watigiri::Locators::Row::Locator
- Inherits:
-
Watir::Locators::Row::Locator
- Object
- Watir::Locators::Row::Locator
- Watigiri::Locators::Row::Locator
- Includes:
- LocatorHelpers
- Defined in:
- lib/watigiri/locators/element/locator.rb
Instance Method Summary collapse
-
#regex? ⇒ Boolean
Don’t use for rows.
Methods included from LocatorHelpers
#fetch_value, #locate, #locate_all, #locate_element, #locate_elements, #noko_element, #nokogiri_to_selenium, #set_nokogiri, #text_regexp_deprecation
Instance Method Details
#regex? ⇒ Boolean
Don’t use for rows
142 143 144 |
# File 'lib/watigiri/locators/element/locator.rb', line 142 def regex? false end |