Error code: -921

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
sniper_headshot
Posts: 6
Joined: Mon Feb 10, 2014 10:27 am
Location: Marseille

Error code: -921

Post by sniper_headshot » Tue Feb 11, 2014 8:46 pm

I tried to create something ... Unfortunately, the script plays but nothing happens on the site. There is nothing that appears. I'm comparing my script with the demo, but I do not see anything different.

What does it do?

My script:

Code: Select all

SET !DATASOURCE yahoo-emails.csv
'SET !DATASOURCE_COLUMNS 9

PROMPT "Line ?" !VAR1
SET !LOOP {{!VAR1}}

URL GOTO=https://login.yahoo.com/config/login_verify2?&.src=ym&rl=1
TAG POS=1 TYPE=A ATTR=ID:signUpBtn
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:firstname CONTENT={{!col1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:secondname CONTENT={{!col2}}
TAG POS=1 TYPE=SELECT FORM=NAME:regFormBody ATTR=ID:gender CONTENT=%m
TAG POS=1 TYPE=SELECT FORM=NAME:regFormBody ATTR=ID:mm CONTENT=%{{!col3}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:dd CONTENT={{!col4}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:yyyy CONTENT={{!col5}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:postalcode CONTENT=10022
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:yahooid CONTENT={{!col6}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:regFormBody ATTR=ID:password CONTENT=hey123890
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:regFormBody ATTR=ID:passwordconfirm CONTENT=hey123890
TAG POS=1 TYPE=SELECT FORM=NAME:regFormBody ATTR=ID:secquestion CONTENT=%Where<SP>did<SP>you<SP>meet<SP>your<SP>spouse?
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:secquestionanswer CONTENT=vegas
TAG POS=1 TYPE=SELECT FORM=NAME:regFormBody ATTR=ID:secquestion2 CONTENT=%What<SP>is<SP>the<SP>name<SP>of<SP>your<SP>favorite<SP>sports<SP>team?
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:regFormBody ATTR=ID:secquestionanswer2 CONTENT=mets

PROMPT "remember to click continue when done"
pause

URL GOTO=http://www.yahoo.com/
TAG POS=1 TYPE=A ATTR=TXT:Sign<SP>Out


URL GOTO=http://www.yahoo.com/
TAG POS=1 TYPE=EM ATTR=TXT:Sign<SP>In
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:login_form ATTR=ID:username CONTENT={{!col6}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:login_form ATTR=ID:passwd CONTENT={{!col9}}
Thank you! Hoping to find help... >> My CSV file: http://www.datafilehost.com/d/cbeae100
Post Reply