Skip to content

TakeAndSaveScreenshot

Corey Wallis edited this page Aug 26, 2019 · 1 revision

This activity takes and saves a screenshot of the entire screen. If the path and file name are not specified appropriate defaults are used.

Arguments

Name Purpose Direction Type Default Value
OutputFolder The path to the folder where the screen shot file will be saved. If it is not set a default value will be determined which is a 'Screenshots' directory at the same level as the project parent folder. In String String.Empty
OutputFileName The name of the screen shot file that is saved in the folder specified by the 'OutputFolder' argument. If not value is specified a default filename, based on the current date and time, will be used. In String String.Empty
ProcessMessage A message with additional information when this workflow upon completion. Out String
ProcessSuccessful A flag indicating if this workflow completed successfully. Out Boolean
ScreenshotFilePath The full path to the screen shot file on disk. Out String
Clone this wiki locally