Skip to content

Instantly share code, notes, and snippets.

@masnick
Created February 26, 2019 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masnick/3b257f3efe8858a316ad31dffe86423e to your computer and use it in GitHub Desktop.
Save masnick/3b257f3efe8858a316ad31dffe86423e to your computer and use it in GitHub Desktop.
tell application "iTunes" to activate
tell application "System Events"
tell window "iTunes" of process "iTunes"
click (first UI element whose help is "Choose which speakers to use.")
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment