How to wait until download is completed

I am trying to automate a task of downloading various pictures and documents from the web and since they vary in sizes and also the internet speed varies so is there a dynamic way in which the robot goes to next step only when the download is complete.
Can anyone please help?

@Aishwarya_Bhargava

You can use Trigger scope->FileChangeTrigger activity

Hope this helps

Thanks

how does this work?
I am not able to understand, Can you please explain?

@Aishwarya_Bhargava

Give the path of the file where it is about to download

Once download complete it will create the file, so that you can proceed with your logic

Thanks

getting this error:
image
the following is the clip of the activity:


Please help!!!

@Aishwarya_Bhargava

Check the file path is correct

also check changeType as created / renamed etc

Hope this helps

Thanks

the path is correct
but still its not working even after changing the changeType

the logs show this
image

can you please share the workflow along with the demo, please