| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pywinauto-0.6.5.zip | 2018-07-30 | 526.4 kB | |
| Handling Privileges, AutomationID for Win32 etc. source code.tar.gz | 2018-07-30 | 18.2 MB | |
| Handling Privileges, AutomationID for Win32 etc. source code.zip | 2018-07-30 | 18.4 MB | |
| README.md | 2018-07-30 | 1.1 kB | |
| Totals: 4 Items | 37.1 MB | 2 | |
Enhancements:
- Check admin privileges for both target app and Python process. This allows detecting cases when window messages won't work.
- Add
automation_idandcontrol_typeproperties for "win32" backend (the most useful for WinForms). Correct child_window() keywords areauto_idandcontrol_type. - Switch pypiwin32 dependency to pywin32 which became official again.
- New generators
iter_children()anditer_descendants(). - Add method
is_checked()to "win32" check box.
Bug Fixes:
- Method
Application().connect(...)works better withtimeoutargument. - Fix
.set_focus()for "uia" backend including minimized window case (issue [#443]). maximize()/minimize()methods can be chained now.- Fix passing keyword arguments to a function for decorators
@always_wait_until_passesand@always_wait_until. - Use correct types conversion for WaitGuiThreadIdle (issue [#497]).
- Fix reporting code coverage on Linux.
- Use
.format()for logging BaseWrapper actions (issue [#471]). - Print warning in case binary type is not determined (issue [#387]).