Currently, capturing screenshot is leveraged by using System.Windows.Form in Windows OS class. This won't work in a scenario of Remote Desktop session is closed.
Need to find a new alternative to capture screen in Windows OS class.
Tried GDI+ and the result is the same like what we had by using System.Windows.Forms
Screen capturing will fail when remote desktop window is minimized or closed.
Make it open issue. No ETA.
Currently, capturing screenshot is leveraged by using System.Windows.Form in Windows OS class. This won't work in a scenario of Remote Desktop session is closed. Need to find a new alternative to capture screen in Windows OS class.