Need to download file from BANCS application

I want to dowosd file from a web browser which is using JavaScript
My goal is to use ahref to download the files
Please suggest !!!

@Ritaman_Baral,

Get the href or URL of the file to download using Get Attributes activity and then use Download file from URL activity to download that file.

Thanks,
Ashok :slightly_smiling_face:

@Ritaman_Baral

If it is using javascript I believe hrefattribute would not be there…or it might be relative…so clicking on it and downloading is your way

Any specific reason you need href only?

Cheers

To download the file only
Js code is blocked

@Ritaman_Baral

if you just click that button is it not downloading?

cheers

A label appears and disappears in 5 sec
In that label save button is there
We need to click on that save button

@Ritaman_Baral

even manually the same is happening?

if so you need to check with that application team

if not that means next activity is getting executed and the pop up is suppressed

cheers