What am I doing wrong?

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
levlylevy
Posts: 1
Joined: Sun Aug 18, 2013 4:15 am

What am I doing wrong?

Post by levlylevy » Sun Aug 18, 2013 4:19 am

Hey guys i recently started using the iMacro scripting thing and iwanted the script to go like this
1. go to page
2. follow it
(few pages)
and then
1. go to page
2. unfollow it
(The follow button and unfollow button is the same button)
the code is:

Code: Select all

VERSION BUILD=8300326 RECORDER=FX
TAB T=1
SET !ENCRYPTION NO
SET !TIMEOUT_TAG 30
URL GOTO=instagram.com/shoutout_4_every_0ne_
WAIT SECONDS=5
TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=5
URL GOTO=instagram.com/shoutoutzzess
WAIT SECONDS=5
  TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=5
URL GOTO=instagram.com/shoutout
WAIT SECONDS=5
TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=5
URL GOTO=instagram.com/shoutouts_e78
WAIT SECONDS=5
TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=5
URL GOTO=instagram.com/followfor1follow
WAIT SECONDS=5
TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=5
URL GOTO=instagram.com/shoutout_bigx#
WAIT SECONDS=5
TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=5
URL GOTO=instagram.com/shoutout2all
WAIT SECONDS=5
TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=5
URL GOTO=instagram.com/loveigshoutouts
WAIT SECONDS=5
TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=5
URL GOTO=instagram.com/shoutouts_99w
WAIT SECONDS=5
TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=5
URL GOTO=instagram.com/shoutouts_4_every_0ne_
WAIT SECONDS=5
TAG POS=6 TYPE=SPAN ATTR=TXT:Follow
WAIT SECONDS=60
URL GOTO=instagram.com/shoutout_4_every_0ne_
WAIT SECONDS=2
TAG POS=6 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS=5
URL GOTO=instagram.com/shoutoutzzess
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Following
WAIT SECONDS=5
URL GOTO=instagram.com/shoutout
WAIT SECONDS=2
TAG POS=6 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS=5
URL GOTO=instagram.com/shoutouts_e78
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Following
WAIT SECONDS=5
URL GOTO=instagram.com/followfor1follow
WAIT SECONDS=2
TAG POS=6 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS=5
URL GOTO=instagram.com/shoutout_bigx#
WAIT SECONDS=2
TAG POS=6 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS=5
URL GOTO=instagram.com/shoutout2all
WAIT SECONDS=2
TAG POS=6 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS=5
URL GOTO=instagram.com/loveigshoutouts
WAIT SECONDS=2
TAG POS=6 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS=5
URL GOTO=instagram.com/shoutouts_99w
WAIT SECONDS=2
TAG POS=6 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS=5
URL GOTO=instagram.com/shoutouts_4_every_0ne_
WAIT SECONDS=5
TAG POS=6 TYPE=SPAN ATTR=TXT:Following
Well, Sometimes it does work, sometimes it doesnt, what am I doing wront?
Any tips for improvment
Post Reply