Method: ButtonHelper#click_button
- Defined in:
- lib/watir_helper/button_helper.rb
#click_button(browser_handle, property, property_value) ⇒ Object
Click a button.
9 10 11 |
# File 'lib/watir_helper/button_helper.rb', line 9 def (browser_handle, property, property_value) browser_handle.(property.intern, /#{property_value}/).click end |