Hover over Image
Command description
Locate the specified image and move the mouse pointer over it. 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 |
| 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