Skip to main content
November 15, 2022
Solved

While downloading a file its not showing save as popup

  • November 15, 2022
  • 9 replies
  • 0 views

Hi ,

Requirement : I want to download a file using RPA but when the bot click download the file, The file is saving in download folder by default but we need (save as popup) so the we can save the downloaded file in specific location 

when i am trying to download manually save as pop-up is showing  and i can save in specific location but its not showing when RPA bot download's the  file 

I have tried changing settings of chrome but its not working , please suggest with some solutions 

Thanks & Regards 

Shashank 

Best answer by shashankr0001

Hi David,

Thanks for the reply,  i have used move a file or folder and its working 

9 replies

November 15, 2022

Hi Shashankr,

It is not clear for me, is the bot able to open the  popup windows? (save as windows)

Thanks in advance

Jesus

November 15, 2022

Hi Jesus,

No, while the bot downloading we are not getting popup window when we manually click download the popup window is opening.

 

Shashank

November 15, 2022

Thanks Shashank, 

One thing you can do is use Locale Image Action in order to click the button

https://docs.appian.com/suite/help/20.3/rpa-8.4/modules/image-recognition-module.html

Try to use that, I think it is going to work in that way. 

December 14, 2022

Hi:

Can you use the Low Code Action "Move a file or folder" to move the file from the download folder to the specific location?

If the problem is that you don't know where the download directory is, you could use this library from the app market https://community.appian.com/b/appmarket/posts/rpa-windows-low-code-methods# 

Using the method "Get Environment variable" you could find where the user home directory is located, and if you add "\Downloads" you could access to the Download directory of the user.

shashankr0001AuthorAnswer
December 15, 2022

Hi David,

Thanks for the reply,  i have used move a file or folder and its working