Hi Team
I am trying to download multiple file with in for each row loop.
for each current row in dt1
if - condition- currentRow(“PN”).tostring.equals.(blank)
then- countinue
else
if- condition- currentRow(“St”).tostring.equals.(“downloaded”)
then- log message- CurrentRow(“PN”).tostring+“already downloded”
else- type into- from date
type into- todate
click-submit button
element exixts- to pop up for the next window page
click- download excel - when page appear
Also want if the file download with the same name in my download folder
After that it check if the file is download or not
If downloaded write the "ST " with downloaded
Please check if its ok and also help
Thanks in Advance
First check if you have a file with required name already in the folder and if present delete it and then proceed to download and you can use wait for download activity to check if the file downlod is complete or wait till then
What fo you mean by same name? …if a file is already there then it would ask you to rpwlace instead you can deete the already existing file so that the new file if you are providing same name will be downloaded with the same name…