iimplay() error

Discussions and Tech Support specific to the iMacros Firefox add-on.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
wetpaint12
Posts: 2
Joined: Wed Feb 20, 2013 8:08 pm

iimplay() error

Post by wetpaint12 » Wed Feb 20, 2013 8:17 pm

Im new to Imacro's i browsed google and the forums here for around 2 hours for an answer.

Maybe i dont understand the function but my code is this. in socialregister.iim

Code: Select all

SET NAME Brian<sp>Casber
SET FNAME Brian
SET LNAME Casber
SET EMAIL testdastardly@gmail.com
SET PASSWORD peeeeeenis

iimPlay ("Twitter.iim");
SyntaxError: can not parse macro line: iimPlay("Twitter.iim"); (Error code: -910)
SyntaxError: can not parse macro line: iimPlay("C:/Users/Brian/Documents/iMacros/Macros/Demo-Firefox/New<sp>Folder\Twitter.iim"); (Error code: -910)

I have tried both the full path and relative, I really dont know wtf its doing.

Twitter.iim contains

Code: Select all

URL GOTO=http://www.twitter.com/
TAG POS=1 TYPE=LABEL FORM=ACTION:https://twitter.com/signup ATTR=TXT:Full<SP>name
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://twitter.com/signup ATTR=NAME:user[name] CONTENT={{NAME}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://twitter.com/signup ATTR=NAME:user[email] CONTENT={{EMAIL}}
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:https://twitter.com/signup ATTR=NAME:user[user_password] CONTENT={{PASSWORD}}
TAG POS=1 TYPE=BUTTON:SUBMIT FORM=ACTION:https://twitter.com/signup ATTR=TXT:Sign<SP>up<SP>for<SP>Twitter
WAIT SECONDS=1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:https://twitter.com/account/create ATTR=CLASS:submit<SP>button<SP>promotional
WAIT SECONDS=3
PROMPT Please<SP>enter<SP>captcha: !VAR2 
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=ID:recaptcha_response_field CONTENT={{!VAR2}}
'
TAG POS=1 TYPE=INPUT:SUBMIT FORM=* ATTR=NAME:* 
joiner
Posts: 8
Joined: Tue Dec 04, 2012 9:42 am

Re: iimplay() error

Post by joiner » Sat Mar 02, 2013 5:46 pm

iimplay() is using .js filename to play
Post Reply