How to automate enable pop-up window?

i have a website where i click the details of payment of a client and it shows up on a pop-up window. but the problem is the pop-up window block is enabled and i want to disable it. i tried using click activity but the ui can’t recognize the interface and reads the whole window. how to do this?

@Tammy1998

If you unable to get the correct selector, you can try with Anchor Base with Find Image and Click Activity

Hope this helps you

Thanks