Download specific files (by file extension) from a website

How to build such automation where UiPath StudioX clicks on the “Pobierz” button for every file on the website that has the extension .pdf or .jpg, and then creates a message in Outlook and attaches these files to the message?

When you hover the cursor on the “Pobierz” button for any file on the website, no address appears in the status bar

Hi @lukecz

Can you try with For each ui element activity

Regards,

@lukecz

Use for each ui element with filter option in it to get only required extension

alternately we cna use get attribute with if cndition as well in side for each ui element

cheers