class Watir::Locators::Row::Locator

Public Instance Methods

locate_all() click to toggle source
# File lib/watir-webdriver/locators/row/locator.rb, line 5
def locate_all
  find_all_by_multiple
end

Private Instance Methods

by_id() click to toggle source
# File lib/watir-webdriver/locators/row/locator.rb, line 11
def by_id
  nil # avoid this
end