Class: Watir::ChildCellLocator

Inherits:
ElementLocator show all
Defined in:
lib/watir-webdriver/locators/child_cell_locator.rb

Constant Summary

Constants inherited from ElementLocator

ElementLocator::WD_FINDERS

Instance Method Summary collapse

Methods inherited from ElementLocator

#initialize, #locate

Constructor Details

This class inherits a constructor from Watir::ElementLocator

Instance Method Details

#locate_allObject



4
5
6
# File 'lib/watir-webdriver/locators/child_cell_locator.rb', line 4

def locate_all
  find_all_by_multiple
end