Click Image
Command description
Locate and click the specified image. This command uses OpenCV image matching and is sensitive to image scale and screen resolution. Matching may fail if the workflow is built and run at different screen resolutions.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Search Scope | enum | Entire Screen, Active Window, Specified Window |
| Window | WindowInstance | Required only when Search Scope is Specified Window |
| Image Name | str | Name assigned when the image was captured |
| Mouse Position | enum | Center, Random |
| Match Mode | enum | Auto, Color, Grayscale |
| Mouse Button | enum | Left Button, Right Button |
| Click Method | enum | Single Click, Double Click |
| Timeout | number | Maximum time to wait for the image to appear, in seconds; an error is reported when the timeout expires |
Command Output Parameters
None