OpenCV Click Image
Description
This action component allows you to click a specified UI element by using the Computer Vision neural network.
Input Properties
- Mouse Button (Dropdown) – Specifies the type of mouse click (single, double, up, down) used when simulating the click event.
- Click Type (Dropdown) – The mouse button (left, right, middle) used for the click action.
- Input Image Object (IImageObject) – Input IImageObject Object to perform the click 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 element to click and it will generate a string (Selector) to specify the location of that element.
Output Properties
- Result (Boolean) – Return true value if click success.
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.