Hello people,
I need help for an iMacro script, the aim of this one is to invite people by email.
With the recent Facebook updates, we cannot invite a list of email to a group...
Then, I try to make a macro but the problem is this action:
I need the macro to click on the email in the list before to add.
Here is the code
Help me please :/
I need help for an iMacro script, the aim of this one is to invite people by email.
With the recent Facebook updates, we cannot invite a list of email to a group...
Then, I try to make a macro but the problem is this action:
I need the macro to click on the email in the list before to add.
Here is the code
Code:
TAB T=1
SET !DATASOURCE email.txt
SET !DATASOURCE_COLUMNS 1
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=ID:u_jsonp_2_8
TAG POS=4 TYPE=SPAN ATTR=TXT:Add<SP>Members
TAG POS=4 TYPE=INPUT:TEXT FORM=ACTION:/ajax/groups/members/add_post.php?source=dialog_typeahead&group_id=1732066923690693&refresh=1 ATTR=* CONTENT={{!COL1}}
TAG POS=1 TYPE=BUTTON FORM=ID:u_0_3w ATTR=TXT:*
TAG POS=1 TYPE=BUTTON FORM=ID:u_3f_4 ATTR=TXT:Add
SET !ERRORIGNORE NO
SET !TIMEOUT_STEP 6
WAIT SECONDS=1
Help me please :/