Hi,
Suppose I have to download files from a browser and then have to copy it in a folder.
How will I get assured that the file is downloaded completely? Size of file is different everytime
Hi,
Suppose I have to download files from a browser and then have to copy it in a folder.
How will I get assured that the file is downloaded completely? Size of file is different everytime
Hello @Sana_Afreen
First step - Use Wait for Download Activity within that activity please do every actions you do in the browsers
Second Step - Use Move File Activity and give the “From Path” as “Output variable” from the wait for download activity i.e, Downloaded file, and give any “To path” to move the file where you want to.
Hope this helps!!
Cheers!!
Happy learning!!
Hi @Sana_Afreen ,
If you are using the Google Chrome browser, you can see if a download is in progress by checking whether within your “Downloads” directory there is a .crdownload file or not
Google Chrome creates one each time you begin downloading a file.
These .crdownload files are automatically renamed when a download finishes successfully, but may stick around if there’s a download error.
You might also check:
Hope this helps
Best regards,
Marius