Download Latest Version The Last Python 2.7 Compatible Release source code.tar.gz (18.2 MB)
Email in envelope

Get an email when there's a new version of pywinauto

Home / 0.6.6
Name Modified Size InfoDownloads / Week
Parent folder
pywinauto-0.6.6.zip 2019-03-03 541.6 kB
pywinauto-0.6.6-py3-none-any.whl 2019-03-03 365.1 kB
pywinauto-0.6.6.tar.gz 2019-03-03 433.3 kB
Better WinForms_Qt5 Support source code.tar.gz 2019-03-03 18.2 MB
Better WinForms_Qt5 Support source code.zip 2019-03-03 18.4 MB
README.md 2019-03-03 1.4 kB
Totals: 6 Items   38.0 MB 2

Enhancements

  • Improve support for WinForms and Qt5: ComboBox, ListBox, DataGrid/Table.
  • Add an ability to use MFC toolbar buttons by text. Thanks @Nebyt !
  • Make method kill() hard (and fast) by default (can be used with param soft=True optionally).
  • Make visible_only=False a default option for method connect() (useful for minimized apps).
  • Add an ability to hold or release a key with params down and up for .type_keys() method. See the improved docs for keyboard module for more details. Thanks @badari412 !
  • Add method windows() to class Desktop.
  • Add Remote Execution Guide with all known RDP/VNC/psexec/etc tricks.

Bug Fixes

  • Fix UnicodeDecodeError/UnicodeEncodeError in several cases while printing wrapper object representation.
  • Add static text to a list of best match names for backend="uia".
  • Fix COMError for runtime_id property.
  • Fix method click() for some radio buttons.
  • Improve error message when screen is locked.
  • Use utf-8 encoding while writing dump_tree() output to file.
  • Remove few incorrect warnings for backend="win32".
  • Fix crash in GetWindowRect call.
  • Fix black screenshot issue with second monitor. Thanks @Nebyt !
Source: README.md, updated 2019-03-03