我正在使用AppleScript编写代码:
到目前为止,我已完成第2步。(登录) 到目前为止,这是我的代码
tell application "Safari"
open location "www.gmail.com"
end tell
tell application "System Events"
set texttosay to "Sample Text"
activate "Email login"
display dialog "Username" default answer "white:wave:"
set texttosay to the text returned of the result
activate application "Safari"
keystroke texttosay
delay 1
end tell
tell application "System Events"
set texttosay to "Sample Text"
activate "Email login"
display dialog "Password" default answer "white:wave:" with hidden answer
set texttosay to the text returned of the result
activate application "Safari"
keystroke tab
delay 1
keystroke texttosay
delay 1
keystroke return
delay 5
activate "Email login"
end tell
答案 0 :(得分:-1)
我每天都有另一个很棒的选择...... LastPass.com
设置一个免费帐户,安装浏览器插件(适用于所有主流浏览器),您可以随意使用。
在您首次登录网站后,Lastpass会要求保存该网站的登录信息。每次返回该网站时,LastPass都会显示一个登录按钮。点击它就可以了。
Lastpass保险库在其网站和本地加密。如果Lastpass网站关闭,您将不会受到影响,因为您的本地保管库仍然可用。
我已经使用LastPass三年了,它从来没有让我失望。