43 44 45 46
# File 'lib/selenium/auto_it_window.rb', line 43 def send_keys(keys) activate_if_needed @autoit.Send(keys) end