Hi Team,
I need to download the attachments from one website, count of attachments are dynamic and i have used get text activity to fetch the count from the website and have to loop into all the view notices(inside view notices there are attachments) and download the pdf then click back to come to main page then click on the second view notice so on…but here the challenge is scrolling is nt working properly and also it is taking the count only for first 4 then for the 5th one it is considering the count as 1 again so like this if der are 64 counts i need to loop considering by multiple of 4…how do i do that using while loop, what condition i can give?
attached snapshots below FYR.