AutoIt 函数学习之----WinWaitActive

WinWaitActive函数

暂停脚本的执行直至指定窗口被激活(成为活动状态)为止.

WinWaitActive ( "窗口标题"[, "窗口文本"[, 超时时间]] )

 

参数:

窗口标题:要检查的窗口的标题

窗口文本:[可选参数] 要检查的窗口包含的文本.

超时时间:[可选参数] 超时时间,以秒为单位.

 

如实例:

run notepad.exe
WinWaitActive 无标题 - 记事本
send This is a test{!}^s
WinWaitActive 另存为 *.txt
send {DEL}
send 24.txt
send {Enter}
send (#r)
WinWaitActive 运行 打开(&O):
send calc.exe
send {Enter}

 

posted @ 2015-04-10 12:13  沉默的云  阅读(3157)  评论(0编辑  收藏  举报