Forum Discussion

mgroen's avatar
mgroen
Frequent Contributor
11 years ago

How 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 Reply

  • Hi - I think this does what you want:




    //logs an entire screen shot


    function logScreenShot(comment) {


     Log.Picture(Sys.Desktop, comment);


    }