Forum Discussion
- sonya_mSmartBear Alumni (Retired)
Thank you so much for sharing this with the Community! Greatly appreciated.
Related Content
- 5 years ago
- 2 years ago
- 13 years ago
Recent Discussions
- 3 hours ago
- 13 hours ago
For the above posting, the issue was with being able to screenshot on demand instead of screenshotting a massive project with way too much output.
I have turned-off the visualizer and instead added single calls to the following JavaScript code to take a screenshot:
function PictureToLog()
{
var w = Sys.Desktop.Picture();
Log.Picture(w, "Screen Image");
}
The above could be adapted to select a specific object and then screenshot only that instead of the whole desktop.
Hope this helps.
Regards
David Woods
Thank you so much for sharing this with the Community! Greatly appreciated.