Chorme pop-up problem

Hi,

I am trying to automate a download process by giving in specific input say dates from and to.
If (there are lies any event between those specific date)
it shows the list
else chrome give a pop up screen like this

IF THE LIST SHOWS UP IT DOWNLOAD THE LIST
BUT OF THE POP UP SHOWSUP - HOW TO CLOSE THE POP.

ELEMENT EXIST IS IS GIVING CANNOT NOT FIND UI ELEMENT CORRESPONDING TO THE SELECTOR

HOW TO DETECT A CHROME POPUP AND CLOSE IT

Have you tried using On Element Appear activity?

Enable WaitVisible and WaitActive properties within On Element Appear activity and add Click activity with enabled SimulateClick property to close popup.