This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "TextEdit" | |
activate | |
tell application "System Events" to keystroke "name,login_username,login_uri,login_password" | |
tell application "System Events" to keystroke return | |
end tell | |
repeat 1 times | |
tell application "Keychain Access" | |
activate | |
tell application "System Events" to keystroke "i" using command down | |
delay 0.4 |