mgroenFrequent Contributor11 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 LikedtonydugayContributor11 years agoHi - I think this does what you want: //logs an entire screen shot function logScreenShot(comment) { Log.Picture(Sys.Desktop, comment); }
tonydugayContributor11 years agoHi - I think this does what you want: //logs an entire screen shot function logScreenShot(comment) { Log.Picture(Sys.Desktop, comment); }
Recent DiscussionsSys, Log not defined. getting nnnnNameErrorSolvedWhy my While Loop keyword test is breaking when the value found is = to FalseSolvedAvalonia - XPF desktop app automation
Related ContentDisable taking screenshot with On-Screen ActionChrome minimizes and reopens every on screen actionEnabling Screenshots on every event