Class: ATT::AlertPopup
Constant Summary
Constants inherited from Popup
Instance Attribute Summary
Attributes inherited from Popup
Instance Method Summary collapse
-
#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
#click ⇒ Object Also known as: set
Click
4 5 6 |
# File 'lib/popup/alert_popup.rb', line 4 def click .click end |
#confirm_button ⇒ Object
9 10 11 |
# File 'lib/popup/alert_popup.rb', line 9 def @window.(:instance=>1) end |