| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pywinauto-0.6.7.tar.gz | 2019-07-06 | 429.2 kB | |
| pywinauto-0.6.7-py2.py3-none-any.whl | 2019-07-06 | 361.5 kB | |
| pywinauto-0.6.7.zip | 2019-07-06 | 536.9 kB | |
| Bug Fixes source code.tar.gz | 2019-07-06 | 18.2 MB | |
| Bug Fixes source code.zip | 2019-07-06 | 18.4 MB | |
| README.md | 2019-07-06 | 595 Bytes | |
| Totals: 6 Items | 38.0 MB | 1 | |
Enhancements
- Reuse
ctypes.wintypesmore to avoid redundant definitions for Win32 API. - Add method
EditWrapper.is_editable()for "uia" backend.
Bug Fixes
- Fix corner case with int/long conversion crash while getting text.
- Fix UIA crash: handle
InvalidControlTypeproperly. - Fix
menu_select()for one level main menu in WinForms apps. - Make
Applicationobject non-iterable (iterating was hang). - Fix type conversion crash in
GetWindowRect(method.rectangle()). - Fix combo box fluttering/blinking in
dump_tree() / print_control_identifiers().