Xcode – applescript: how to execute keystroke in several windows
I need to execute some keystrokes by applescript (for example, cmd + t to create a new tab) in some app (for example, safari browser). So, I've written a code: tell application "Safari" to activate tell application "Safari" set wList…