You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use AppleScript version "2.4" -- Yosemite (10.10) or lateruse scripting additions-- 一定要把 QQ 这个应用设置到 frontmost,也就是 focus 到当前的 app 窗口上tell application "QQ" to activatetell application "System Events" to set frontmost of process "QQ" to truetell application "System Events" -- 如果设置了自动登录,则只需模拟点击回车键(return)即可 -- keystroke "password" keystroke returnend tell