Some elements are not indicatable in the GUI, making it impossible to get, set or click an element with the conventional activities. In this case, Hyland RPA provides activities that perform actions with the images.
Activity | Description |
---|---|
Click Image | Performs a click interaction on an image and enables the selection of the click position inside this image using double-click. |
Hover Image | Performs a hover action over an image. |
Wait Image appears | Waits a defined time for a certain image to appear as a base for a decision. The user can define whether the appearance is coded with true or false. |
Wait Image vanishes | Waits a defined time for a certain image to vanish as a base for a decision. The user can define whether the disappearance is coded with true or false. |
Click Image Send Secure Text Activity | Performs a click interaction on an image and writes a secure string into a writable text field. |
Click Image Send Text Activity | Performs a click interaction on an image and writes a string into a writable text field. |
Find Images | Finds all images which is matching with the target image. |
If the captured image is found, it will click or hover the specific click point:
To set the click point, just double click the captured screenshot and click on the screen where the click action should be executed.