Skip to main content

Screen

The Screen module is used for performing UI automation tasks such as checking the presence of templates or text, performing clicks, and swiping on the screen.

1. How to check template exist in the screen

This method returns a boolean value. If true, then the template you are searching for currently exists on your device screen. Before using this block, please make sure to capture the image template that you need to perform the search for.

Video Example

2. How to check certain text exist in the screen

This method returns a boolean value. If true, then the text you are searching for currently exists on your device screen. You don't need to capture an image, just specify the text you want to search for. Note that this block will detect text using a case-insensitive comparison, and if the text contains a substring, it will also be considered a match.

Video Example

3. How to perform image detection click

This block will execute click using image detection based on template drop down list, this is useful when the search template is constantly moving in your screen

Video Example

4. How to perform click & hold click

This is a basic and commonly used block to perform clicks. You can customize the click parameters such as how long it will press the coordinate, delay, and offset. To customize the behaviour you can click the gear button at the top left of the block

Video Example

5. How to perform swipe

This block allows you to perform a swipe action by specifying multiple coordinates. You can customize the swipe parameters such as the hold duration and speed for each point. To modify the swipe coordinates, you can hold this block inside your workspace, and a dialog popup window will appear, click "Edit coordinates", and click check button to change the coordinates

Video Example