Help Centre › Building Processes
Description
This article provides an overview of the SCREEN functions available in RPA. These functions allow you to interact with the screen by finding images, clicking on elements, taking screenshots, and performing visual automation tasks.
Available SCREEN Functions
- Find image on screen: Finds an image on the screen and returns its location.
- Find all matches on screen: Finds all occurrences of an image on the screen.
- Check if image exists on screen: Checks whether an image exists on the screen.
- Wait for image on screen: Waits until an image appears on the screen.
- Wait until image is gone: Waits until an image disappears from the screen.
- Click image on screen: Finds and clicks on an image on the screen.
- Take a screenshot: Takes a screenshot of the screen or a region.
- Get pixel color: Gets the color of a pixel at a specific position.
- Count image matches on screen: Counts the number of times an image appears on the screen.
- Drag image to point: Finds an image and drags it to a specified point.