Image and Text Automation,

Need to automate a process that involves interacting with a graphical user interface (GUI) element that doesn’t have a reliable selector. How to handle this?

@ravisinghdas199

-Image Recognition : Use the Click Image or Find Image activity to locate and interact with the GUI element based on its image.
-Anchor Base : Use the Anchor Base activity if the element is positioned relative to a stable anchor image.
-OCR : Use the Google OCR or Microsoft OCR activity to read text from the screen if necessary.
-Error Handling : Implement robust error handling to retry or skip steps if the image or text is not found within a specified timeout.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.