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.         UI elements
  7.     end tell
  8.    
  9. end tell
  10.  
  11. (*
  12. Returns this:
  13.  
  14. {button 1 of window "iTunes" of application process "iTunes" of application "System Events", button 2 of window "iTunes" of application process "iTunes" of application "System Events", button 3 of window "iTunes" of application process "iTunes" of application "System Events", button 4 of window "iTunes" of application process "iTunes" of application "System Events", button 5 of window "iTunes" of application process "iTunes" of application "System Events", button 6 of window "iTunes" of application process "iTunes" of application "System Events", button 7 of window "iTunes" of application process "iTunes" of application "System Events", button 8 of window "iTunes" of application process "iTunes" of application "System Events", slider 1 of window "iTunes" of application process "iTunes" of application "System Events", scroll area 1 of window "iTunes" of application process "iTunes" of application "System Events", text field 1 of window "iTunes" of application process "iTunes" of application "System Events", button 9 of window "iTunes" of application process "iTunes" of application "System Events", splitter group 1 of window "iTunes" of application process "iTunes" of application "System Events", button 10 of window "iTunes" of application process "iTunes" of application "System Events", button 11 of window "iTunes" of application process "iTunes" of application "System Events", menu button "Library" of window "iTunes" of application process "iTunes" of application "System Events", menu button "myemail@gmail.com" of window "iTunes" of application process "iTunes" of application "System Events", static text "$money iTunes Store Available Credit" of window "iTunes" of application process "iTunes" of application "System Events", button 12 of window "iTunes" of application process "iTunes" of application "System Events", radio group 1 of window "iTunes" of application process "iTunes" of application "System Events"}
  15.  
  16. *)
');