Answered
I’m trying to automate a process, but I need my bot to find a specific image on the screen before it can continue. The problem is, the image might not always be in the same spot. How do I make sure my bot finds the right image in the application window before moving forward?
- Goran asked 4 weeks ago
- last edited 4 weeks ago
- You must login to post comments
Best Answer
Use the Find Image Step to scan the screen for your target image.
This step lets you define wait times, retries, and even use anchors to help locate the image more accurately. If the image isn’t found, you can decide whether to throw an exception and handle the situation accordingly.
- mrki_2022 answered 4 weeks ago
- You must login to post comments
Your Answer
Please login first to submit.