ProgressWrapper
Class that wraps Windows Progress common control
The ProgressWrapper class is accessible via the pywinauto.controls.common_controls module.
Attributes
Methods
f __init__(self, hwnd) ...
Initialize the control
- hwnd is either a valid window handle or it can be an instance or subclass of HwndWrapper.
If the handle is not valid then an InvalidWindowHandle error is raised.
See the source for more information.