I'm trying to automatically close a window opened by another application. It is a message box, with a very generalized title, (like "ERROR"). What I would like to do is see the actual message box TEXT that is in the box, so I can compare it something else. I do have the exact string it should be, so is there a way to find the message box text like the way you do for the title text? Thanks