Click close button on multiple files

I am trying to automate ocr reading using abbyy findreader application through uipath. I want to click the close button as shown in the picture


but when uipath opens another file in abbyy findreader.its unable to locate the close button. I doubt that its due to the selector but the selector has same values in both the cases. I have shown the selector in the image below too
How do I automate this click activity?

Hi @jamnanin,

you can use click image activity to click the Close button.

Regards,
Arivu

arivu i tried that too. I also tried anchor and send hotkey “enter” when it finds the image close. but then it says runtime error even though the image is on the screen

Hi @jamnanin,

Try Attach window activity to select the window.
inside try Click image activity

Regards,
Arivu

4 Likes

thanks @arivu96 it worked.

@jamnanin you are welcome :slight_smile:

Regards,
Arivu