I have a 10 step iMacro script that is set to loop 500 times via the Play (Loop) button.
The thing is, I only want steps 5-10 looped. The partial goal is to avoid the "URL GOTO=" step.
Thank you for your time.
Here's what it looks like:
VERSION BUILD=8300326 RECORDER=FX
SET !ERRORIGNORE YES
SET !TIMEOUT_STEP 20
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*13 + 6); randomNumber;")
TAB T=1
TAG POS={{!LOOP}} TYPE=INPUT:SUBMIT ATTR=VALUE:value
TAG POS=R1 TYPE=SPAN ATTR=TXT:text
WAIT SECONDS={{!VAR1}}
I want to loop only the last 3 steps of the script.