I'm looking into having my program open a Selenium WebDriver browser, go into a specific page and take a screenshot of it. However, the window needs to be minimized in order to not interfere with our users too much. I have the WebDriver working fine, I just need to get a screenshot of it
Is this even possible to do so?
I looked into this, but it's far to advanced for me to understand what they're doing: Saving a screenshot of a window using C#, WPF, and DWM
Any help is appreciated!