Click activity problem when some popup window coming on that element

I have task to download multiple files from site. for that I have to type country name and click on refresh button and download the file. when first file is downloaded the downloads notification popup is coming on refresh button that time bot getting failed .so how I can fix this problem .how I can click on refresh button if notification is coming. sometime downloads notification popup location get change.

Hi @Nishant_Dhamale

Use check app state activity to check if the pop up appears or not.
If yes, use navigate browser activity to refresh the page after it appears.

Hope it helps.

can i handle without check state activity

Try changing the input method of the click activity(on refresh button) between hardware events/simulate click/windows method. Choose the one works for your case. Refer below link for more details:
https://docs.uipath.com/studio/standalone/2023.10/user-guide/input-methods