I have this iMacros code snippet
VERSION BUILD=7200328 RECORDER=FX TAB T=1 URL GOTO=http://feedburner.google.com/fb/a/myfeeds SET !LOOP 1 TAG POS={{!LOOP}} TYPE=A ATTR=HREF:http://feedburner.google.com/fb/a/dashboard?id=* TAG POS=1 TYPE=A ATTR=TXT:Publicize TAG POS=1 TYPE=SPAN ATTR=TXT:Socialize TAG POS=1 TYPE=SELECT FORM=NAME:editFeedActionForm ATTR=ID:postFields CONTENT=$Title<SP>and<SP>Body WAIT SECONDS=2 TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:mainForm ATTR=VALUE:Save TAG POS=1 TYPE=A ATTR=TXT:FeedBurner
The above script will retrieve hrefs that comply with the http://feedburner.google.com/fb/a/dashboard?id=* rule and will try to move further down the page.
However, there are two links on the page with the same file, and I want to loop only odd values. How 1,3,5,7 How to set a custom step value for a loop?
source share