I'm a novice at AppleScript (never bothered to learn it, and hopefully never will). One of the hardest things for me is figuring out how to refer to interface components. This StackOverflow post has a simple solution:
tell application "System Events" tell process "Adium" get entire contents of window 1 end tell end tell
🌟 Was this page helpful? Please let me know with this quick, 3 question survey.