Skip to main content

4 docs tagged with "Basic"

View all tags

Detect Image/Text

It's essential to use image detection and text detection in certain games or tasks where the location of coordinates on the screen is always changing. For image detection, we use a so-called template, which is a part of an image that needs to be found on your screen. As for text detection, any text that appears on your screen can be detected.

Wait Until Image or Text Appears or Vanishes

In many cases, it's necessary to wait for an image or text to appear or vanish on your screen or within a specific region. This ensures that the text or image you are monitoring is correctly detected or removed before proceeding. For example, if you want to click a button within an app, you need to ensure that the button is visible on your screen. Similarly, if you want to proceed only after a loading icon disappears, you need to wait for it to vanish.