| Name | Modified | Size | Downloads / 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 paramsoft=Trueoptionally). - Make
visible_only=Falsea default option for methodconnect()(useful for minimized apps). - Add an ability to hold or release a key with params
downandupfor.type_keys()method. See the improved docs for keyboard module for more details. Thanks @badari412 ! - Add method
windows()to classDesktop. - Add Remote Execution Guide with all known RDP/VNC/psexec/etc tricks.
Bug Fixes
- Fix
UnicodeDecodeError/UnicodeEncodeErrorin several cases while printing wrapper object representation. - Add static text to a list of best match names for
backend="uia". - Fix
COMErrorforruntime_idproperty. - Fix method
click()for some radio buttons. - Improve error message when screen is locked.
- Use
utf-8encoding while writingdump_tree()output to file. - Remove few incorrect warnings for
backend="win32". - Fix crash in
GetWindowRectcall. - Fix black screenshot issue with second monitor. Thanks @Nebyt !