Class: Watigiri::Locators::Row::Locator

Inherits:
Watir::Locators::Row::Locator
  • Object
show all
Includes:
LocatorHelpers
Defined in:
lib/watigiri/locators/element/locator.rb

Instance Method Summary collapse

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

Returns:

  • (Boolean)


142
143
144
# File 'lib/watigiri/locators/element/locator.rb', line 142

def regex?
  false
end