Imacro Script Email Group Inviter

try to post the link without http, www or add spaces.
 
i have this problem: RuntimeError: element BUTTON specified by TXT:Invite was not found, line 11 (Error code: -921)

this is the macro code :
VERSION BUILD=8820413 RECORDER=FX
TAB T=1
SET !DATASOURCE emailS.csv
SET !DATASOURCE_COLUMNS 1
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO= facebook /groups/xxxxxxxxxxxxxxxxxxxxxx/
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Invite<SP>by<SP>email
TAG POS=4 TYPE=INPUT:TEXT FORM=ACTION:/ajax/groups/members/add_post.php?source=dialog_typeahead&group_id=xxxxxxxxxxxxxxxxx&refresh=1 ATTR=* CONTENT={{!COL1}}
TAG POS=1 TYPE=BUTTON FORM=ACTION:/ajax/groups/members/add_post.php?source=dialog_typeahead&group_id=xxxxxxxxxxxxxxxxxxxx&refresh=1 ATTR=TXT:Invite
TAG POS=1 TYPE=BUTTON ATTR=TXT:Done
SET !ERRORIGNORE NO
SET !TIMEOUT_STEP 6
WAIT SECONDS=1
 
Back
Top