Command description
Capture the screen, a specified window object, or the active window. Save the screenshot in a specified folder with either a random or custom file name.
| input parameters | Input parameter type | Description |
|---|
| Screenshot Source | enum | Screen, Window Object, Active Window |
| Window Object | WindowInstance | Required only when Screenshot Source is Window Object |
| Folder Location | str | Folder path to save screenshots, such as C:\xx |
| File Name Pattern | enum | Random File Name, Custom File Name |
| File Name | str | Required only when File Name Pattern is Custom File Name |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|
| Screenshot Path | str | Full path to screenshot file |
Example