Unable to click pop up on Edge browser to allow file to download

Hello, I am building a program that extracts files from a website using a virtual machine. I am using Edge browser. However, when downloading files, Edge will prompt if I want to trash or keep it and the Computer Vision is unable to detect the “keep” button in the pop up.

In the virtual machine, I am only able to use CV select UI elements which I’m not sure why. The CV does not show all the elements compared to on a local machine.

Is there anyway I can fix this in the browser or UiPath itself?

Can you check if you download all your files to a default location, does this popup still come?

I download all the files into the “downloads” folder.

@ONG_SI_XUAN,

Have you tried taking a separate CV Scope for that popup and inside this CV Scope use CV Click activity to click on keep button

Hi @ONG_SI_XUAN

Manually log in to the remote machine and download a file using the Edge browser to check if the save file popup appears.

In some cases, the save file popup may not show due to browser settings. If the setting is turned off, the file will be downloaded directly without displaying any popup.

Hope you understand!!