Method: ButtonHelper#double_click_button_with_popup

Defined in:
lib/watir_helper/button_helper.rb

#double_click_button_with_popup(browser_handle, property, property_value) ⇒ Object

Double Click a button, after clicking it a pop-up will come.



24
25
26
# File 'lib/watir_helper/button_helper.rb', line 24

def double_click_button_with_popup(browser_handle, property, property_value)
  browser_handle.button(property.intern, /#{property_value}/).fire_event_no_wait("ondblclick")
end