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
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|
| Desktop session ID | The unique identifier of the desktop instance. Can be retrieved from "Connect and log in to a VM” Wrk Action. | Text (Short) | Yes | fb9bc380-146c-420e-9130-50ce93614e05 |
| Left X-coordinate | The leftmost coordinate in pixels that you would like to capture. If no coordinate is given will default to 0 | Number | No | 10 |
| Right X-coordinate | The rightmost coordinate in pixels that you would like to capture. If no coordinate is given will default to 1920 | Number | No | 100 |
| Top Y-coordinate | The topmost coordinate in pixels that you would like to capture. If no coordinate is given will default to 0 | Number | No | 10 |
| Bottom Y-coordinate | The bottommost coordinate in pixels that you would like to capture. If no coordinate is given will default to 1080 | Number | No | 100 |
Outputs (what you get)
| Name | Description | Data Type | Required? | Example |
|---|
| Screenshot | | File | No | |
| Unsuccessful message | If unsuccessful, a message stating what went wrong | Text (Long) | No | |
Outcomes
| Name | Description |
|---|
| Success | This status is selected if the job has successfully completed. |
| Unsuccessful | This status is selected if the job has completed unsuccessfully. |
| Impossible to complete | This status is selected in the event of the following scenario:Unable to connect to the session for some reason |
Requirements