Need help to improve a macro "invite to a group by email"

jonathand

Registered Member
Joined
Dec 14, 2013
Messages
71
Reaction score
1
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:
l0HlyQUc67PUg3Np6.gif

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 :/
 
thank you but... I need help with that thing.
I've devoted hours by trying to make this macro.
please :(
 
How about using the macro for ENTER key? Is it possible?

So after input the email, when the preview poped out, it will simply select and add automatically.
 
How about using the macro for ENTER key? Is it possible?

So after input the email, when the preview poped out, it will simply select and add automatically.
That's not a bad idea actually =)
Gonna try, thanx mate
 
Back
Top