rticau / ScreenCapLibrary

Robot Framework test library for capturing screenshots and video recording.
Apache License 2.0
39 stars 15 forks source link

ScreenCapLibrary captures incorrect screenshot when there are multiple applications active in the desktop #48

Closed cr-thomas closed 4 years ago

cr-thomas commented 4 years ago

I am facing a problem when running more than one tests in a VDI instance. One test is running on a browser and the other running on SAP application. The screenshot taken by the library captures the browser window sometimes. Is there any way to set the context to SAP windows to capture the right screenshot?

mihaiparvu commented 4 years ago

You are using a multi-monitor setup right? The next release will introduce the possibility to capture only one monitor screen of your choosing with https://github.com/mihaiparvu/ScreenCapLibrary/issues/26.

rticau commented 4 years ago

implemented by #53