document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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. *)
');