| View previous topic :: View next topic |
| Author |
Message |
trueski
Joined: 08 Apr 2008 Posts: 32
|
Posted: Tue Apr 08, 2008 12:10 am Post subject: Monitoring script - Copy entered text to log file |
|
|
Is there a way I can program a script so that when Internet Explorer 7 is open, the script copies everything typed from the keyboard into a log file?? _________________ -Trueski- |
|
| Back to top |
|
 |
Z Gecko Guest
|
Posted: Tue Apr 08, 2008 12:34 am Post subject: |
|
|
Shure,
check out:
WinWaitActive
Input
FileApend |
|
| Back to top |
|
 |
trueski
Joined: 08 Apr 2008 Posts: 32
|
Posted: Mon Apr 14, 2008 7:49 pm Post subject: |
|
|
OK, I got that working. Now is there also a way that when a button with visible text is pressed, this is also copied to the log file? Is there a way I can make a mouse click work as an end key? _________________ -Trueski- |
|
| Back to top |
|
 |
Conquer
Joined: 27 Jun 2006 Posts: 385 Location: Canada
|
Posted: Tue Apr 15, 2008 1:30 am Post subject: |
|
|
No, I don't think you could get the text on a button in a website, because its not actually a button, as its not on your os, its on the web page. I don't think ImageSearch would work either, as themes and different operating systems can cause the buttons to look different.
I just tried experimenting with this forum, and google, and no buttons could be read by any methods I could come up with, sorry.
Hope this helped somewhat. _________________
 |
|
| Back to top |
|
 |
|