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