To Rob,

open textedit
press Cmd+S to save
press Cmd+Shift+G

now, open script editor and paste this script

tell application "System Events"
   tell process "TextEdit"
       tell window 1
           tell sheet 1
               get UI elements
           end tell
       end tell
   end tell
end tell

I want to see the result of this applescript.

Reply via email to