Method: PageObject::ElementLocators#h2_element
- Defined in:
- lib/page-object/element_locators.rb
#h2_element(identifier = {:index => 0}) ⇒ Object
Finds a h2
638 639 640 |
# File 'lib/page-object/element_locators.rb', line 638 def h2_element(identifier={:index => 0}) platform.h2_for(identifier.clone) end |