| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pywinauto-0.6.8-py2.py3-none-any.whl | 2019-10-27 | 362.9 kB | |
| pywinauto-0.6.8.tar.gz | 2019-10-27 | 432.0 kB | |
| Minor Enhancements and Fixes source code.tar.gz | 2019-10-27 | 18.2 MB | |
| Minor Enhancements and Fixes source code.zip | 2019-10-27 | 18.4 MB | |
| README.md | 2019-10-27 | 749 Bytes | |
| Totals: 5 Items | 37.4 MB | 1 | |
Enhancements
- Add
allow_magic_lookupflag for Application and Desktop object. Thanks @pakal! - Don't duplicate already pressed key in internal list in
win32_hooks.py. Thanks @TomRobo237! - Allow finding an edit box by title (its editable text).
- Add option to send keyboard input for an application which doesn't handle VK_PACKET properly.
Use
vk_packet=Falsein methodtype_keys, default value isvk_packet=True. Thanks @philmbailey!
Bug Fixes
- Fix ctypes.windll usage conflicts with other libraries.
- Minor fixes in top-level
__init__.py. Thanks @pakal! - Fix logging issues in
remote_memory_block.py. Thanks @TomRobo237! - Minor docs improvements. Thanks @olesteban, @caoyaxing221 and @nuno-andre!