You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module is only getting windows that aren't already minimized. I would like an option to also search through the minimized windows. Maybe this has something to do with the fact that this is only searching through "visible" windows...
if ctypes.windll.user32.IsWindowVisible(hWnd) != 0:
The text was updated successfully, but these errors were encountered:
This module is only getting windows that aren't already minimized. I would like an option to also search through the minimized windows. Maybe this has something to do with the fact that this is only searching through "visible" windows...
The text was updated successfully, but these errors were encountered: