Method: PageObject::ElementLocators#button_element
- Defined in:
- lib/page-object/element_locators.rb
#button_element(identifier) ⇒ Object
Finds a button
19 20 21 |
# File 'lib/page-object/element_locators.rb', line 19 def (identifier) platform.(identifier.clone) end |