Method: AutoItX3::Window#wait
- Defined in:
- lib/AutoItX3/window.rb
#wait(timeout = 0) ⇒ Object
Waits for self to exist. This method calls Window’s class method wait, so see Window.wait for more information.
357 358 359 |
# File 'lib/AutoItX3/window.rb', line 357 def wait(timeout = 0) Window.wait(@title, @text, timeout) end |