I need to search a webpage with several links, however I need all the links that have a certain word, how can I do that?
Solved
Find links on a webpage
Best answer by jdh
Look at the Help for the HTMLExtractor which gives an example of extracting all the links from a webpage and then outputing them as a list attribute.
You can then use the ListElementFilter (custom transformer) to filter the list to only contain elements that have your word.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.