Automating GUI interaction with Python

2008-02-20 Thread jorma kala
Hi,

Is there a python library or bindings to a library in some other language
for automating GUI interaction (the kind of functionality provided by Autoit
for instance).
What I need to do is very simple GUI automation : moving the mouse cursor to
and from specified screen coordinates, clicking, etc.
Thanks a lot.
-- 
http://mail.python.org/mailman/listinfo/python-list

RE: Automating GUI interaction with Python

2008-02-20 Thread Ryan Ginstrom
 On Behalf Of jorma kala
 Is there a python library or bindings to a library in some 
 other language for automating GUI interaction (the kind of 
 functionality provided by Autoit for instance).
 What I need to do is very simple GUI automation : moving the 
 mouse cursor to and from specified screen coordinates, clicking, etc.
 Thanks a lot.

For Windows, try pyWinAuto
http://pywinauto.openqa.org/

Regards,
Ryan Ginstrom

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Automating GUI interaction with Python

2008-02-20 Thread jay graves
On Feb 20, 5:37 am, Ryan Ginstrom [EMAIL PROTECTED] wrote:
  On Behalf Of jorma kala
  Is there a python library or bindings to a library in some
  other language for automating GUI interaction (the kind of
  functionality provided by Autoit for instance).
  What I need to do is very simple GUI automation : moving the
  mouse cursor to and from specified screen coordinates, clicking, etc.
  Thanks a lot.

 For Windows, try pyWinAutohttp://pywinauto.openqa.org/

dogtail is another
http://people.redhat.com/zcerza/dogtail/

...
Jay Graves
-- 
http://mail.python.org/mailman/listinfo/python-list