Class: Watir::Locators::Button::Locator

Inherits:
Element::Locator
  • Object
show all
Defined in:
lib/watir-webdriver/locators/button/locator.rb

Instance Method Summary collapse

Instance Method Details

#locate_allObject



5
6
7
# File 'lib/watir-webdriver/locators/button/locator.rb', line 5

def locate_all
  find_all_by_multiple
end