pywinauto/pywinauto
2009-11-21 08:08:28 +00:00
..
controls * Added better documentation to the GetMenuPath() function 2009-08-03 22:57:15 +00:00
tests * Removed DeprecationWarning on import Sets, but still kept Python 2.3 compatibility 2009-02-24 22:54:35 +00:00
unittests * Fix a lot of PEP8/Pylint reports 2009-11-21 08:06:29 +00:00
__init__.py * Make findbestmatch and MatchError more easily available by importing them 2009-11-21 08:08:28 +00:00
application.py * Removed debug print statement 2009-08-03 22:55:39 +00:00
clipboard.py * Merged in the 'waitbranch' branch 2007-04-10 15:35:49 +00:00
findbestmatch.py * Use has_title instead of can_be_label to check if the control has text that can be used for identifying it 2009-03-15 18:45:55 +00:00
findwindows.py * Removed the restriction to only get the active windows for the process, now it will be possible to get the active windows, even if a process is not specified. From http://msdn.microsoft.com/en-us/library/ms633506%28VS.85%29.aspx it gets the active window for the foreground thread. 2009-08-03 22:52:34 +00:00
fuzzydict.py Added - not used yet - but will be 2006-03-20 20:31:52 +00:00
handleprops.py * Fixed a typo in a comment 2009-08-03 22:42:11 +00:00
sendkeys.py * Add a unicode aware python only version of SendKeys 2009-08-03 23:13:38 +00:00
taskbar.py Added - should have been added previously! 2006-03-06 20:33:02 +00:00
timings.py * Changed Timings.Fast to be a little less aggressive 2009-03-15 18:01:30 +00:00
win32defines.py * Added the constant for a windows function wait timing out 2009-03-15 03:33:35 +00:00
win32functions.py * Added more functionality and fixed possible problems in clipboard.py 2007-03-13 22:56:31 +00:00
win32structures.py Added mid_point to Rectangle and TVHITTESTINFO structure 2006-07-28 19:20:58 +00:00
XMLHelpers.py * Merged in the 'waitbranch' branch 2007-04-10 15:35:49 +00:00