show / hide menu

Sub Activity – Image

Image includes activities for saving and loading images, allowing automation to capture screen images, store them, or load them for further analysis, comparison, or interaction with UI elements.

The Image activity has the following sub activities:

Load Image: This Loads image from a specified location.

Input Properties:

  • FilePath– Specify the full path of the image file, including the image name.

Output Properties:

  • Image– The image variable that stores the loaded image.

Save Image: Saves the image to a specified location.

Input Properties:

  • Image: An image variable in which the specified image is stored. Or An image variable in which a specified image is saved.
  • FilePath: Specify the full path where the image will be saved, including the file name.