ANN: pywinauto 3.6 released
Hi, 0.3.6 release of pywinauto is now available. pywinauto is an open-source (LGPL) package 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 http://sourceforge.net/project/showfiles.php?group_id=157379 Here is the list of changes from 0.3.5: 0.3.6 Scrolling and Treview Item Clicking added ------------------------------------------------------------------ 28-July-2006 * Added parameter to ``_treeview_item.Rectangle()`` to have an option to get the Text rectangle of the item. And defaulted to this. * Added ``_treeview_item.Click()`` method to make it easy to click on tree view items. * Fixed a bug in ``TreeView.GetItem()`` that was expanding items when it shouldn't. * Added ``HwndWrapper.Scroll()`` method to allow scrolling. This is a very minimal implementation - and if the scrollbars are implemented as separate controls (rather then a property of a control - this will probably not work for you!). It works for Notepad and Paint - that is all I have tried so far. * Added a call to ``HwndWrapper.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 <P><A HREF="http://sourceforge.net/projects/pywinauto">pywinauto 0.3.6</A> Simple Windows GUI automation with Python. (28-Jul-06)
participants (1)
-
Mark Mc Mahon