PopupMenuWrapper
Wrap a Popup Menu
The PopupMenuWrapper class is accessible via the pywinauto.controls.win32_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.