/ Published in: AppleScript
Please fill application name, username and password.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
tell application "***App name***" activate end tell tell application "System Events" -- #102 is NFER key in JIS keyboard. This line is necessary for Japanese user only. key code 102 keystroke "***Your ID***" keystroke tab keystroke "***Your PW***" keystroke return end tell