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 click_button(browser_handle, property, property_value)
  browser_handle.button(property.intern, /#{property_value}/).click
end