Hi,
I am trying to take screen shot of the screen. I am following these steps:
1) Sending global sent keys for print screen key.
2) Creating MS Word Instance.
3) Creating MS Word document.
4) Pasting screenshot from clipboard.
5) Saving document at some location.
6) Closing the instance.
But in the first step itself I am not able to take screenshot. I have tried using "{PRTSC}" in navigation stage as I have found on microsoft site:
https://msdn.microsoft.com/en-us/library/8c6yea83(v=vs.84).aspx
Please suggest me the correct procedure.
Also I want to know how can I save the screenshot as a pdf or png image?
Thanks.
Check the Utility - Image Manipulation object, there is a ""Get PrintScreen"" action. There's also a ""Save Image As"" action, but I'm not sure which format it uses (although probably .png).
Hi VPeric,
In the 'Utility - Image Manipulation' object, I am not getting any ""Get PrintScreen"" action and ""Save Image As"" action is also not there. I think you have seen some other VBO or you are using any customised object (Please correct me if I am wrong).
Hi,
My Original question was how to take screenshot and save it in a file at a location. I think we are diverting from the point. Please let me know how to do that stepwise.
Blue Prism has a VBO named BPA - Screenshot where in you pass the file name with the location to save and the extension with which the file has to save and executing that object will create a screenshot for you.