Learning Applescript: Trouble linking to Safari
问题 Run Down Hello, this is a very specific and situation question. Basically, I'm running Applescript in Automator on Safari, and the result is Null. What I Have I currently have a script that can do these things: Before I even run the Automator program, I have Safari open Next I run the Automator, which starts with this code: on run {input, parameters} tell application "Safari" to activate tell application "System Events" keystroke "t" using command down end tell return input end run This