Method: ButtonHelper#flash_button

Defined in:
lib/watir_helper/button_helper.rb

#flash_button(browser_handle, property, property_value) ⇒ Object

Highlight or Flash a button.



29
30
31
# File 'lib/watir_helper/button_helper.rb', line 29

def flash_button(browser_handle, property, property_value)
  browser_handle.button(property.intern, /#{property_value}/).flash
end