Use case - A client wants to enter details on a page and click download and the report gets downloaded. Problem is that the downloading takes a lot of time. He suggests that he can provide 5 different login credentials so that we can switch the windows and download other files by the time previous one is getting downloaded.
How can we track all the files in the Download folder in that case? How will we get to know which file was initiated when and for which record?
How would he keep track of the different files if he were downloading them manually?
Maybe there is something unique about the file names.
You might be able to compare the time you clicked the links to the time the files were created / modified, if you can assume the first clicked is the first downloaded.
Or you can always open the files one by one to check the content.
However he does it manually right now, is probably the best way for the robot to do it too,
You can enable Ask Before Download in the browser setting to provide your own name for the file. Along with that I would recommend you follow some naming convention for the downloading files.