As a newcomer to the world of iMacro scripting, I am struggling with setting up a simple data scrape.
I'm looking for guidance on how to create a loop for the following commands:
URL GOTO=link1
URL GOTO=link2
URL GOTO=link3
WAIT SECONDS=7.5
Once the loop finishes, I need to insert an additional command:
URL GOTO=link4
TAG POS=1 TYPE=A ATTR=TXT:txt
URL GOTO=link5
Instead of repeating the same commands over and over, I need help structuring them efficiently within a loop.