Selenium nodes: download PDF file that contains specific name

I have multiple webpages with multiple pdf-files on each webpage.
I only want to download pdf files which contain a specific word.

Up to now, I used “find elements” and “click” node, but only get some correct downloads (on other webpages, the PDFs are at another location).

Is this possible with Selenium nodes?
Or possible to accomplish with other nodes?

Thx

You could extract links, filter them using your criteria, and then perform the clicks. Then move on to the next webpage.

Does this help?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.