Method: AutoIt::Control#send

Defined in:
lib/autoit/control.rb

#send(keys) ⇒ Object

Sends simulated keystrokes to the active window. keys: The sequence of keys to send.



101
102
103
# File 'lib/autoit/control.rb', line 101

def send keys
  command 'Send', [keys, 1]
end