|
|
Browse by Tags
All Tags » for each » loop » pattern (RSS)
-
I would like to loop all hyperlinks with a certain text in the anchor.
Example: Loop all hyperlinks with the text "Lire la suite" in them in this page.
http://www.courriercadres.com
I tried:Tag Finder1
.*.div (anywhere) Attribute:"id" equals text "content"
Action: for each URL
URL tags: a
1st URL: 0 from 1st ...
-
I hope someone can help me, because I am stuck.
I am looping through some tags which I can find easily. At each step, I want to compare the text delimited by this tag to another text I stored in the RSSItem.rights attribute.
If the first string (the tag text) is contained in the second one (the RSSItem.rights), ...
|
|