Class: Watir::ButtonLocator

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

Constant Summary collapse

VALID_TYPES =
%w[button reset submit image]

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



6
7
8
# File 'lib/watir-webdriver/locators/button_locator.rb', line 6

def locate_all
  find_all_by_multiple
end