show / hide menu

Sub Activity – Find

The Find activity has the following sub activities:

  1. Find Image: This activity returns a UI element with the clipping region set to the bounding element after waiting for an image to appear in a UI element.
  2. Find Images: This activity is used to find multiple occurrences of the same image on the web page.
  3. Images Exists: This activity is used to check whether an image exists or not.

Activity NameCommonImageInputOutput
Find ImageLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.

Timeout – Predefined interval of time passed without a certain event occurring.
Accuracy – Indicating the accuracy for the image search.Element – This field supports only UI element variable returned by another activity.

Image – The image variable to search for and to be clicked.
BoundingElement – Element variable which stores found UI element.
Find ImagesLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.

Timeout – Predefined interval of time passed without a certain event occurring.
Accuracy – Indicating the accuracy for the image search.Element – This field supports only UI element variable returned by another activity.

Image – The image variable to search for and to be clicked.
BoundingElements – Element variable which stores found UI elements.
Image ExistsLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.

Timeout – Predefined interval of time passed without a certain event occurring.
Accuracy – Indicating the accuracy for the image search.Element – This field supports only UI element variable returned by another activity.

Image – The image variable to search for and to be clicked.
Found – Boolean variables which indicate whether the image exists or not.