自从新买的mac到了以后,最近都在熟悉mac os x ,发现applescript 很强大。于是网上看了一些例子,写了一个自动登录qq的脚本,但是发现输入密码的时候 按键输入到了错误的窗口中。
请大家看看什么问题
tell application "QQ"
activate
tell application "System Events"
tell application process "QQ"
keystroke "password"
keystroke return
end tell
end tell
end tell
请大家看看什么问题
tell application "QQ"
activate
tell application "System Events"
tell application process "QQ"
keystroke "password"
keystroke return
end tell
end tell
end tell