java.awt.Robot equivalent?
Christopher Koppler
klapotec at chello.at
Fri Dec 12 13:52:54 EST 2003
More information about the Python-list mailing list
Fri Dec 12 13:52:54 EST 2003
- Previous message (by thread): java.awt.Robot equivalent?
- Next message (by thread): java.awt.Robot equivalent?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 12 Dec 2003 14:36:55 +0100, Thomas Heller <theller at python.net> wrote: >"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. > <accent type="fake Finnish rock'n'roll"> Thank you very many, Fredrik, Thomas! </accent> Autoit does exactly what I need (click on a specific coordinate in a canvas-like window), and finally a reason to learn to use ctypes, too... -- Christopher
- Previous message (by thread): java.awt.Robot equivalent?
- Next message (by thread): java.awt.Robot equivalent?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list