Skip to main content

Capture a screenshot of a VM

The "Connect and log in to a VM" WrkAction is required in your Wrkflow prior to making use of this desktop RPA WrkAction.

Take a screenshot of a section or the entire screen on a VM.

Application

  • Desktop Automation (RPA)

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Desktop session IDThe unique identifier of the desktop instance. Can be retrieved from "Connect and log in to a VM” Wrk Action.Text (Short)Yesfb9bc380-146c-420e-9130-50ce93614e05
Left X-coordinateThe leftmost coordinate in pixels that you would like to capture. If no coordinate is given will default to 0NumberNo10
Right X-coordinateThe rightmost coordinate in pixels that you would like to capture. If no coordinate is given will default to 1920NumberNo100
Top Y-coordinateThe topmost coordinate in pixels that you would like to capture. If no coordinate is given will default to 0NumberNo10
Bottom Y-coordinateThe bottommost coordinate in pixels that you would like to capture. If no coordinate is given will default to 1080NumberNo100

Outputs (what you get)

NameDescriptionData TypeRequired?Example
ScreenshotFileNo
Unsuccessful messageIf unsuccessful, a message stating what went wrongText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.
Impossible to completeThis status is selected in the event of the following scenario:Unable to connect to the session for some reason

Requirements

  • N/A