Skip to main content
Image Recognition

Find Image

Find Image

Looks for a specific image on the screen and returns its coordinates and dimensions if it is found. It allows you to check whether the element exists and to get its exact location for use in other actions.


Options

Image path to be identified

Enter the full path of the image file (reference screenshot) that the robot will look for on the screen.

Percentage of similarity

Enter the minimum percentage of similarity for the recognition to be considered successful.

Waiting time

Enter the maximum time in seconds that the robot will wait to locate the image on the screen.

Returns

  • Found — Returns yes if the element is found.
  • Position X — Returns the X coordinate of the element found on the screen.
  • Position Y — Returns the Y coordinate of the element found on the screen.
  • Width — Returns the width of the element found.
  • Height — Returns the height of the element found.
  • Center X — Returns the X coordinate of the center of the element found.
  • Center Y — Returns the Y coordinate of the center of the element found.

Rules and Conditions

  • The Image path to be identified field is required.
  • The reference image must be a screenshot of the element to be found.
  • The screen resolution and scale in the execution environment must be the same as the one used when the image was captured.
  • The coordinates returned can be used in mouse actions to interact with the element found.