Dynamic wait during file download

I am downloading some files from internet in chrome. I want to apply wait until download is complete.how to apply dyanmic wait.
Please help!!

You can use Delay row or Web Set Delay Steps, which are wait for provided time.

You can logically set some time span to these steps.

You can also, create a loop to check if a specific file exist in a folder, and only proceed to next file if that file name already exists at the proper directory

1 Like

Could you please share the workflow of the check file existing in a folder for reference.

Please check attached Workflow.

WF_CheckFileExist.psw (15.3 KB)