Find Image on Screen#
This block allows you to save an image of a section of the screen during the development of the Robot, and then during the execution of the script, the Robot will find a similar section of the screen (even if it is in a different location on the screen) and return the coordinates of the top-left corner of the found image.
| Selector | [Selector] Interactive selection of a section of the screen. |
| Image | Identifier of the sought image. The image itself is saved in the project's Images folder and is included in the Robot's file upon publication. |
| Image Number | [Number] The ordinal number of the found image. Numbering starts from zero. |
| Comparison Type | Selection of the type of image comparison. |
| Match Threshold | [Number] Match threshold. The value is set in percentage from 0 to 100. |
| Timeout | [Number] Maximum waiting time for the image to appear in seconds. |
| X Coordinate | [Number] X coordinate of the found image. |
| Y Coordinate | [Number] Y coordinate of the found image. |
| Error Handling Level | Selection of the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Selection of the message level that the blocks will output during execution. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block. |