Forum Discussion
Once you have disconnected from the remote desktop, you don't have access to TestComplete any more. You're getting what the system has left, which is the clipboard.
What are you trying to accomplish by disconnecting from the remote desktop? Why not finish saving the picture in TestComplete and then disconnect after that?
In the disconnected mode,it is taking the screenshot but partially.
Regards,
Nimish
- AlexKaras6 years agoChampion Level 3
Hi,
Note, that the mentioned tscon command does not close your UI session, but switches it to admin console one which can have different screen resolution than yours. I am not sure about the details, but can imagine the situation, when the size of the browser window remains the same and thus, on the lower screen resolution, part of the window appears out of desktop viewport, thus is not captured and creates impression of partial screenshot.
Does this look like the reason?
Another note: As you are working with web browser and if you are not interested in browser's window itself, you may consider .PagePicture() method instead. This method takes screenshot of complete web page scrolling it automatically.
- nimishbhuta6 years agoFrequent Contributor
Hi,
I tried with the PagePicture method but the result is the same it shows partial image. As, I am using tscon it command it shows desktop console of that virtual machine, so not sure if it has become low resolution.
I have attached the file to show how the images looks with connected mode and disconnected mode.
- AlexKaras6 years agoChampion Level 3
Hi,
Hm-m-m... I don't see any partial image. What I see is web page that does not fit into browser's viewport and thus must be scrolled using scrollbar.
I think that this is in line with my guess.
Try to shrink browser window and check if scroll bar appears. Then talk to your designers/developers and ask them how page must respond when the size of the viewport is changed. Considering that not the whole page must be scrolled but just a part of it I think that .PagePicture() method will not help in your case.
At the moment I am pretty sure that desktop resolution set in the Administrator's profile is less then the resolution set for your current user profile.
Related Content
Recent Discussions
- 17 hours ago
- 19 hours ago
- 21 hours ago