Ask a Question

RE: Is there any way to capture a screenshot with control highlighted with red box?

DavidWoods
Occasional Contributor

RE: Is there any way to capture a screenshot with control highlighted with red box?

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

 

 

 

1 REPLY 1
sonya_m
SmartBear Alumni (Retired)

Thank you  so much for sharing this with the Community! Greatly appreciated.


Sonya Mihaljova
Community and Education Specialist

cancel
Showing results for 
Search instead for 
Did you mean: