Class: ATT::ConfirmPopup
Constant Summary
Constants inherited from Popup
Instance Attribute Summary
Attributes inherited from Popup
Instance Method Summary collapse
- #cancel ⇒ Object (also: #clear)
- #cancel_button ⇒ Object
-
#click ⇒ Object
(also: #set)
Click.
- #confirm_button ⇒ Object
Methods inherited from Popup
#assert_exist?, #close, collect_windows, find, find_all, find_when, #initialize, record
Constructor Details
This class inherits a constructor from ATT::Popup
Instance Method Details
#cancel ⇒ Object Also known as: clear
10 11 12 |
# File 'lib/popup/confirm_popup.rb', line 10 def cancel .click end |
#cancel_button ⇒ Object
22 23 24 |
# File 'lib/popup/confirm_popup.rb', line 22 def @window.(:instance=>2) end |
#click ⇒ Object Also known as: set
Click
4 5 6 |
# File 'lib/popup/confirm_popup.rb', line 4 def click .click end |
#confirm_button ⇒ Object
17 18 19 |
# File 'lib/popup/confirm_popup.rb', line 17 def @window.(:instance=>1) end |