Automate GUI tasks?
Posted
by overtherainbow
on Super User
See other posts from Super User
or by overtherainbow
Published on 2009-08-25T08:25:43Z
Indexed on
2010/03/16
9:06 UTC
Read the original article
Hit count: 436
I have a Windows application which is deadware, and it lacks the option of exporting data into a file. The only way to extract data is to copy each line into the clipboard, and paste it in an editor.
As a work-around, I'm thinking of recording the action once, and loop through it until it reaches the last line in the application.
I know there are quite a few such utilities for Windows, so I'd appreciate it if you could recommend one for this task. Thank you.
© Super User or respective owner