I can see option in internet to check the file name to verify the file downloaded and the another option is checking the file size to make sure it download completely but is there any way we can verify the file download completely if that file will go on increasing. The file i am downloading is more than 500 MB and will go on increasing day by day so how can i code in selenium java so it will check the file and make sure it 100% downloaded.
My requirement of automation is to run the automation script and download the file everyday.
Can anyone guide me on it?