OpenCV Image Exist
Description
This action component allows you to search for a specified image region on the screen in the foreground by using the Computer Vision neural network.
Input Properties
- Input Image Object (IImageObject) – Input IImageObject Object to perform the find action.
- Selector (String) – Choose the image element to find and it will generate a string (Selector) to specify the location of that image element.
- Timeout (Int32) – The amount of time (in milliseconds) to wait for the action to run.
- Threshold (Double) – A unit of measurement from 0 to 1. Threshold value which is used to classify the pixel values.
Output Properties
- Result (Boolean) – Returns True if the image found.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.