Method: TestCentricity::PageObject.buttons
- Defined in:
- lib/testcentricity_web/web_core/page_object.rb
.buttons(element_hash) ⇒ Object
Declare and instantiate a collection of buttons for this page object.
47 48 49 |
# File 'lib/testcentricity_web/web_core/page_object.rb', line 47 def self.(element_hash) element_hash.each(&method(:button)) end |