I would like to download attachments from one internet page. The idea is that there is attachment: xxxx.pdf
However I dont how many attachments there can be.
Can you please give me a hint how to do that? I am quite new to use UiPath on the web browser.
for this case you will need to see if there is a table, I just create an automation for a case like that, first take a closer look to the webpage, then using the UiExplorer determine if the web page provides you with a table, if so you can iterate throug it .