Class: Watigiri::Locators::Cell::Locator

Inherits:
Watir::Locators::Cell::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)


131
132
133
# File 'lib/watigiri/locators/element/locator.rb', line 131

def regex?
  false
end