With python 3, I\'d like to get a handle to another window (not part of my application) such that I can either:
a) directly capture that window as a scre
The solution here gets a screenshot of a single Window (so can work if the Window is in the background).
Other solutions of this page take picture of the part of the screen the window is on, and thus need to bring the Window to the front first.
Python Screenshot of inactive window PrintWindow + win32gui