我遇到以下代碼有問題。我試圖讓循環保釋,並按下TAB鍵時轉到Setup()函數。但是當我按TAB時什麼都沒有發生,它只是繼續循環,請幫助! While -1
While -1
WinActivate($PID)
Sleep(1000)
Send("Hello")
$timer = TimerInit()
While -1
我的AutoIt腳本: WinWaitActive("User Authentication","","10")
If WinExists("User Authentication") Then
; Enter a username.
Send("prabu{TAB}")
Send("{TAB}")
;Enter a Password.
S