Downloads attachments to specific folder in Edge browser

Hi All,
Thanks for supporting on this.

As of now we resolved it by modern way,
Each time before downloading attachments from edge it will change & set the edge://settings/downloads to specific folder path, so it will download those files to specific folder.
And in Init state & End state it will set the edge://settings/downloads to downloads folder as default.
So, we had done on this.

As part of validation for How to validate if file has completely downloaded using Edge browser,
We extract each attachments name in array data row and in End state we validate if path attachment path exists in specific folder, then it will show it as “success”.
If attachments path does not exist in specific folder, then it will show it as “InProgress” or “failed”.

So, as of now we are not using wait for download because the file number and size can be dynamic, we don’t know exactly how much time it will take and hence we cannot setup any static delays.
Any comments on above will be more helpful to do improve our process.

Will appreciate your support.

1 Like