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