show / hide menu

Sub Activity – Find

The Find locates images within the user interface to support automation tasks.

The Find activity has the following sub activities:

Find Image: This activity waits for an image to appear in a UI Element and returns a UI element with the clipping region set to the bounding element.

Element Properties:

  • Image: The image variable to be located.

Image Properties:

  • Accuracy: Indicates the accuracy for the image search.

Output Properties:

  • BoundingElement: Element variable which stores the found UI Element.

Find Images: This activity is used to find multiple occurrences of the same image on a web page.

Element Properties:

  • Image: The image variable to be located.

Image Properties:

  • Accuracy: Indicates the accuracy for the image search.

Output Properties:

  • BoundingElement: Element variable which stores the found UI Element.

Images Exists: This activity is used to check whether an image exists or not.

Element Properties:

  • Accuracy: Indicates the accuracy for the image search.

Image Properties:

  • Image: The image variable to be located.

Output Properties:

  • Found: Boolean variable which indicates whether the image exists or not.