Forum Discussion
tonydugay
12 years agoContributor
Hi - I think this does what you want:
//logs an entire screen shot
function logScreenShot(comment) {
Log.Picture(Sys.Desktop, comment);
}
//logs an entire screen shot
function logScreenShot(comment) {
Log.Picture(Sys.Desktop, comment);
}