Hi all,
i'm complete new to the iMacro/scripting world, and have a little question!
I'm trying to automate some steps on a website and built this litte macro, which i currently run in loop mode.
But there are other sections on this site which i want to run through after there are no "Active" Mails in this first section.
Currently, if the MAcro does not find any active Mail, it simple quits.
I was thinking about something like this, but have no clue how to achive this...:
Current Macro (recorded and adapted)
I'm thankful for every useful input!!
i'm complete new to the iMacro/scripting world, and have a little question!
I'm trying to automate some steps on a website and built this litte macro, which i currently run in loop mode.
But there are other sections on this site which i want to run through after there are no "Active" Mails in this first section.
Currently, if the MAcro does not find any active Mail, it simple quits.
I was thinking about something like this, but have no clue how to achive this...:
Code:
WHILE (TAG POS=1 TYPE=A ATTR=TXT:Active* == True) {
"Macro for Mails"
}
"Enter next Section"
WHILE (TAG POS=1 TYPE=A ATTR=HREF:URL/test.php* == True) {
"Macro 2 for Mails"
}
Current Macro (recorded and adapted)
Code:
VERSION BUILD=8961227 RECORDER=FX
TAB T=1
URL GOTO=URL/members/mails.php
TAG POS=1 TYPE=A ATTR=TXT:Active*
TAG POS=1 TYPE=A ATTR=TXT:confirm
TAB T=2
TAG POS=1 TYPE=IMG ATTR=SRC:URL/confirm.jpg
TAB T=3
WAIT SECONDS=70
TAB T=1
TAB CLOSEALLOTHERS
I'm thankful for every useful input!!