|
|
Browse by Tags
All Tags » for each (RSS)
Showing page 1 of 2 (15 total posts)
-
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 ...
-
< .*.div >
< .*.div class="class1" >
< .*.div.div class="class2" >
< .*.div.div class="class2" >
< .*.div class="class1" >I would like to loop nodes with tag path ".*.div.div" and class="class2" between the 2 tags with ...
-
In the page, It has a series of checkbox. I want to checked all the options .
My RSS Robot looks like this:
Load Page > For each tag > Set checkbox(checked)> Extract value> Return RSS item。
The first option is ok ,But next iterate doesn't work 。Error as "The Set Checkbox action requires a found ...
-
How can i loop (with each tag) through tags that are not Table or Div ??
Here a exemple : http://www.novaplanet.com/bons-plans/?ville=2&ddj=2008-07-29
I know how to iterate through the first block (with the table tag )
But how to iterate with 2 others blocks of information that are outside the table (starting with span ...
-
look at my robot please:
http://openkapow.com/files/folders/shopping_and_travel/entry19185.aspx
it repeat the first scraping
I think to have several problem with loops, maybe i do not undestand how does it work!! :-((((
Alessandra
-
I wish I knew the answer! For your information, you can look at this other open thread: "[How to?] exit a loop when a condition is met?"
http://openkapow.com/forums/thread/8359.aspx
-
My RSS Robot looks like this:
Load Page > For each tag > Test Condition > If true then Action > Return RSS item
I know that only 1 tag matches the condition, so I want to exit the loop after I found the tag and performed the wished actions. In other words, the branch inside the loop will be executed only once. But I cannot find a way ...
-
Inside a "For each" loop, I use a "Load Page" step with a given fixed URL.
Could you explain if RoboMaker actually loads the page everytime,
or just during the first step and then reads from the cache?
If RoboMaker actually ...
-
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), ...
-
To learn about clipping robots, I tried to build the following: loop over all cameras from Sonys start page and create a table with Sony's descriptions at the left and Text found on Wikipedia on the right (or at least links to any existing Wikipedia articles).
1
|
|