Can anyone help me with my Imacros script ?

Paije

Newbie
Joined
Apr 10, 2014
Messages
4
Reaction score
0
Heres the script . Ive gotten tired of sending messages by hand so with the help of google , i made this script . Having trouble though. I'm getting an error "SyntaxError: wrong format of TAG command, line 9 (Error code: -910) " I have no idea how to fix it . Would anyone here be so kind and educate me ?:p


CMDLINE !DATASOURCE file.csv
SET !ERRORIGNORE YES
SET !REPLAYSPEED FAST
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}


URL GOTO={{!COL1}}
TAG POS=1 TYPE=TEXTAREA ATTR=NAME:message_body CONTENT={{Hey}}
WAIT SECONDS = 10
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Send
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Reply
WAIT SECONDS = 5
 
Last edited:
lol sorry that was a copy and paste error . Its Reply.
 
Back
Top