Image Exists

Estimated reading: 2 minutes 49 views

The Image Exists activity is used to check the presence of a specified image on the screen and returns a Boolean value indicating the result: True if the image is found, and False if it is not.

Properties

INPUT

Accuracy: Defines the minimum similarity (0 to 1) required between the searched image and the found image. Default is 0.8.

a. Use higher accuracy (close to 1) when exact matching is critical.
b. Use lower accuracy (closer to 0.5–0.7) when images may differ slightly (e.g., size, color, resolution).

FindImage: Mode of searching:

Normal: Search until specified accuracy is met.
Dynamic: Searches beyond the specified accuracy range.

Boundary Parameters: Auto-filled when Dynamic Resilience is enabled.

Height, Width, X (horizontal position), Y (vertical position), InBoundary (Boolean)

These define the dimensions and location of the image snippet for searching and can be adjusted at runtime.

UseWindowsTitle: Restricts the search within a window specified by its title in the “Windows Title” property. 

Wait time: Delay before subsequent activities in milliseconds. Defaults to 10000 ms if not set.

Windows Title: Auto-filled title of the window where the image was captured. 

MISC

Display Name: Displays the name of the activity. The activity name can be customized, which aids in troubleshooting.

SkipOnError: Boolean to decide if the workflow continues on error (True) or halts (False). 

Version: It indicates the version of the feature being used.

OUTPUT

Result: Boolean status of the activity execution (True if successful, False if an unexpected error occurs).

Exist status: Boolean output indicating whether the image exists (True if found, False if not).

Share this Doc

Image Exists

Or copy link

CONTENTS