mgroenFrequent Contributor12 years agoHow to create screenshot of complete screen?I would like to create a screenshot of desktop and taskbar at my test initialization.However, I can only pick either the desktop (without the taskbar), or the taskbar (without the desktop), however I want them both.Is there a way to accomplish this task?
1 ReplyReplies sorted by Most LikedtonydugayContributor12 years agoHi - I think this does what you want: //logs an entire screen shot function logScreenShot(comment) { Log.Picture(Sys.Desktop, comment); }
tonydugayContributor12 years agoHi - I think this does what you want: //logs an entire screen shot function logScreenShot(comment) { Log.Picture(Sys.Desktop, comment); }
Recent DiscussionsGroovy script in test completeTestExecute freezes when closing out AUTSolvedSessionCreator : Failed to create the process. Unspecified error
Related ContentDisable taking screenshot with On-Screen ActionClick Object not on screenTestComplete : Unable to capture complete screenshot in the disconnected remote desktop