pywinauto 0.3.9 released - (experimental new Sendkeys) and various fixes

2009-11-28 Thread Mark Mc Mahon
Hi, The 0.3.9 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://sourceforge.net/projects/pywinauto Download from SourceForge

pywinauto 0.3.8 released - collection of changes from the last two years

2009-03-15 Thread Mark Mc Mahon
Hi, The 0.3.8 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://sourceforge.net/projects/pywinauto Download from SourceForge h

ANN: pywinauto 0.3.7 now released

2007-04-11 Thread Mark Mc Mahon
e wheel movements to be made. * menuwrapper.Menu.GetProperties() now returns a dict like all other GetProperties() methods. This dict for now only has one key 'MenuItems' which contains the list of menuitems (which had been the previous return value). Thanks Mark --------

ANN: pywinauto 3.6 released

2006-07-31 Thread Mark Mc Mahon
SetFocus()`` in ``_perform_click_input()`` so that calls to ``HwndWrapper.ClickInput()`` will make sure to click on the correct window. Thanks Mark -------- Mark Mc Mahon Manchester, NH 03110, USA http://sourceforge.net/projects/pywinauto";>pywinauto 0

ANN: pywinauto 0.3.5 released - Moved to Metaclass control wrapping

2006-05-27 Thread Mark Mc Mahon
is project then please sign up to the mailing list: https://lists.sourceforge.net/mailman/listinfo/pywinauto-users Thanks Mark -------- Mark Mc Mahon Manchester, NH 03110, USA http://sourceforge.net/projects/pywinauto";>pywinauto 0.3.5 Simple Windows G

ANN: pywinauto 0.3.4 released - Fixed issue with latest ctypes, speed gains, other changes

2006-04-25 Thread Mark Mc Mahon
LeveParent, Parent, etc If you want to follow this project then please sign up to the mailing list: https://lists.sourceforge.net/mailman/listinfo/pywinauto-users Thanks Mark -------- Mark Mc Mahon Manchester, NH 03110, USA http://sourceforge.net/projects

ANN: pywinauto 0.3.3 released - bug fixes, added methods, removed deprecated methods

2006-04-19 Thread Mark Mc Mahon
killed anyway!. If you want to follow this project then please sign up to the mailing list: https://lists.sourceforge.net/mailman/listinfo/pywinauto-users Thanks Mark -------- Mark Mc Mahon Manchester, NH 03110, USA http://sourceforge.net/projects/pywinau

ANN: pywinauto 0.3.1 released - Performance tune-ups

2006-03-30 Thread Mark Mc Mahon
ease sign up to the mailing list: https://lists.sourceforge.net/mailman/listinfo/pywinauto-users Thanks Mark -------- Mark Mc Mahon Manchester, NH 03110, USA http://sourceforge.net/projects/pywinauto";>pywinauto 0.3.1 Simple Windows GUI automation

ANN: pywinauto 0.3.0 released - now localization proof

2006-03-21 Thread Mark Mc Mahon
n please sign up to the mailing list: https://lists.sourceforge.net/mailman/listinfo/pywinauto-users Thanks Mark Mark Mc Mahon Manchester, NH 03110, USA http://sourceforge.net/projects/pywinauto";>pywinauto 0.3.0 Simple Windows GUI automati

pywinauto 0.2.5 released

2006-03-07 Thread Mark Mc Mahon
l the actions on all controls. * Added more unit tests now up to 207 from 134 (added 68 tests) If you want to follow this project then please sign up to the mailing list: https://lists.sourceforge.net/mailman/listinfo/pywinauto-users Thanks Mark --------

pywinauto 0.2.1 released - lots of new functionality

2006-02-19 Thread Mark Mc Mahon
xample scripts SaveFromInternetExplorer.py and SaveFromFirefox.py which show automating downloading of a page from either of these browsers. * Added yet more unit tests, there are now a total of 134 tests. If you want to follow this project then please sign up to the mailing

pywinauto 0.2.0 released (refactoring galore)

2006-02-06 Thread Mark Mc Mahon
.net/mailman/listinfo/pywinauto-users Thanks Mark -------- Mark Mc Mahon Manchester, NH 03110, USA http://sourceforge.net/projects/pywinauto";>pywinauto 0.2.0 Simple Windows GUI automation with Python. (06-Feb-06) -- http://mail.python.org/mailm

Re: Ann: pywinauto 0.1.1 (initial release) released

2006-01-16 Thread Mark Mc Mahon
Mark Mc Mahon 24 Plummer Rd., Manchester, NH 03110, USA http://sourceforge.net/projects/pywinauto";>pywinauto 0.1.2 Simple Windows GUI automation with Python. (15-Jan-06) -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation:

Ann: pywinauto 0.1.1 (initial release) released

2006-01-13 Thread Mark Mc Mahon
u"Typíng söme tèxt\r\n2nd lïne") # Close Notepad (and don't save) app.Notepad.MenuSelect("File->Exit") app.Notepad.No.Click () --- :< --- pywinauto makes significant use of ctypes, I would like to extend my thanks to Thomas Heller and the