javascript - iMacros Loop then Stop then add another command -


i'm complete newbie world of imacro scripting, , such having difficulty getting (what believe be) data scrape working.

i know how loop thing

url goto=link1 url goto=link2 url goto=link3 wait seconds=7.5 

then stop loop , add command below

url goto=link4 tag pos=1 type=a attr=txt:txt url goto=link5 

instead of doing this

url goto=link1 url goto=link2 url goto=link3 wait seconds=7.5 url goto=link1 url goto=link2 url goto=link3 wait seconds=7.5 url goto=link1 url goto=link2 url goto=link3 wait seconds=7.5 url goto=link4 tag pos=1 type=a attr=txt:txt url goto=link5 

you can not regular imacros iim script in other way 1 - copy/pasting , creating long script inserting needed code in needed places, can javascript or similar script manage looping logic , run needed code according stated conditions.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -