Finding a specific image on the screen

Answered
0
0

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?

  • You must to post comments
Best Answer
0
0

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.

🔗 Learn more: Find Image Step

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.