I already found some nice tools to control the mouse (i.e. I can select
the various text-box elements for user input based on their x/y
coordinates).
My question: Is it possible to interact with a such a spawned process
so that expect can send text to those elements? It seems not to work to
just send to the spawned id.
Thanks in advance.
WKR
/Michael Ambrus
Perhaps http://wiki.tcl.tk/8813 provides you with some other clues too.
Regards,
Arjen
I tried some of the tools referred to by the wiki and it brought me
forward a little bit. Now I can send text to some of the controls (but
not all). I believe I'm on the right track however.
Regards
/Michael