Advertisement
n8henrie

UI Scripting iTunes "Download All Free Updates"

Mar 20th, 2013
13,836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tell application "System Events" to tell process "iTunes"
  2.     set frontmost to true
  3.     delay 1
  4.    
  5.     tell window "iTunes"
  6.         tell splitter group 1
  7.             tell UI element "loading iTunes store"
  8.                
  9.                 UI elements
  10.                
  11.             end tell
  12.         end tell
  13.     end tell
  14. end tell
  15.  
  16. (*
  17. In the returned results, you will see:
  18.  
  19.     UI element "Download All Free Updates"
  20.  
  21. *)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement