Hello Team ,
Iam facing an issue with downloading documents from web pages .
from example : in the first page Robot should download one file uploaded by customer ,then at the next page it will find multiple files different than the previous one for another case.
my question is how does Robot recognize how many click he will do for each since the file names are different each time. Also some pages does not have any attachments.
Hi @malattas
I’d first look at the selectors for each document and see what the difference is. Then I’d do a while from 1 to 5, trying to download each document if the selector exists, building the selector dynamically.