java.awt.Robot equivalent?

Thomas Heller theller at python.net
Fri Dec 12 08:36:55 EST 2003


"Fredrik Lundh" <fredrik at pythonware.com> writes:

> Christopher Koppler wrote:
>
>> Is this capability available in any of the GUI toolkits (searching
>> Tkinter docs brought up nothing)? Is there a C library that I could
>> wrap? Or maybe I just need to use the Windows extensions. But if so,
>> how - I don't have the slightest idea how that would work.
>>
>> Anyone have any pointers?
>
> win32api's PostMessage might be useful.  random google link:
>
> http://mail.python.org/pipermail/python-win32/2002-December/000635.html

Other random resources:

Simon Brunning has written a 3-part details blog entry on
'automating the win32 gui'.

And there's a library named 'autoit' which can be driven by com.

Thomas




More information about the Python-list mailing list