Hi,
0.3.3 release of pywinauto is now available.
pywinauto is a set of open-source (LGPL) modules for using
Python as a GUI
automation 'driver' for Windows NT based Operating Systems
(NT/W2K/XP).
SourceForge project page:
http://sour
ceforge.net/projects/pywinauto
Download from SourceForge
http://sourceforge.net/project/showfiles.php?group_i
d=157379
Here is the list of changes from 0.3.2:
0.3.3 Added some methods, and fixed some small bugs
------------------------------------------------------------
------
19-Apr-2006
* Added a wait for the control to be active and
configurable
sleeps after 'modifying' actions (e.g. Select,
Deselect, etc)
* Fixed Timings.Slow() and Timings.Fast() - they could
in certain
circumstances do the opposite! If you had already set
a timing
slower or faster then they would set it then they
would blindly
ignore that and set their own times. I added
functionality that
they will take either the slowest or fastest of the
new/current
setting rather then blindly setting to the new value.
* Fixed some hidden bugs with HwndWrapper.CloseClick()
* Fixed a bug in setup.py that would raise an error when
no
argument was specified
* Added an argument to HwndWrapper.SendMessageTimeout so
that
the wait options could be passed in.
* Added HwndWrapper.Close(), Maximize(), Minimize(),
Restore()
and GetShowState().
* Commented out all deprecated methods (will be removed
completely
in some future release).
* Added Application.kill_() method - which closes all
windows and
kills the application. If the application is asking if
you want
to save your changes - you will not be able to click
yes or no
and the application will be killed anyway!.
If you want to follow this project then please sign up to
the mailing list:
https://lists.sourceforge.net/mailman/listinfo/pyw
inauto-users
Thanks
_______________________________________________
Python-win32 mailing list
Python-win32 python.org
http://mail.python.org/mailman/listinfo/python-win32
|