How can i search a text in a windows application and if it find it, it will click on the text plz ?
Please try below activities
- Click text - https://docs.uipath.com/activities/docs/click-text
- Click OCR text - https://docs.uipath.com/activities/docs/click-ocr-text
- Find Text Position + Click activity - https://docs.uipath.com/activities/docs/find-text
Find Text Position activity will search for the text and return the UiElement as output, pass this output to click activity Target.Element parameter