I need to extract all text from all windows open on desktop. With windows application it is relatively easy to get this working i.e. using SendMessage
+ WM_GETTEXT
.
But this technique does not work with Java applications. Is there a way to extract text from Java applications or is it a wild goose chase?