OpenCV Highlight Image
Description
This action component allows you to highlight a specified UI element or Image region by using the Computer Vision neural network.
Input Properties
- Input Image Object (IImageObject) – Input IImageObject Object to perform the highlight action.
- 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.
- Selector (String) – Choose the image element to highlight and it will generate a string (Selector) to specify the location of that element.
Output Properties
- Result (Boolean) – Returns true if image highlights.
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.