imacros works but only once

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
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
User avatar
vardipoor.m
Posts: 34
Joined: Sun Jan 17, 2021 8:58 am

imacros works but only once

Post by vardipoor.m » Sun Jan 17, 2021 9:10 am

hi
i use imacros browser v12.5.503 and win 10 pro x64
I use this program for this scenario:
Enter a site with my username and password and click on the prize button each time and exit the site. I wrote and executed this scenario, but when I want to repeat it several times, this program does the job well, but my prize is no longer received (only the first account get the prize is actually) And from the second account, it displays a duplicate message with the previous title (some amount of prize was received) While no award has been received. This is while this code in the Imacro extension in the Chrome browser runs without any problems and the reward is received every time for accounts.
Does anyone know what the problem is?

this is my simple code
please note target site refers to site address and myusername refers to my account id and my pass refers to my password

Code: Select all

VERSION BUILD=12.5.503.8802
TAB T=1
SET !TIMEOUT_STEP 30
TAB CLOSEALLOTHERS
URL GOTO=target site
TAG POS=1 TYPE=A ATTR=TXT:"Log in"
TAG POS=1 TYPE=INPUT:EMAIL ATTR=NAME:username CONTENT=myusername1
TAG POS=1 TYPE=BUTTON:SUBMIT ATTR=TXT:Login
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD ATTR=NAME:password CONTENT=my pass
TAG POS=1 TYPE=BUTTON:SUBMIT ATTR=TXT:Login
TAG POS=1 TYPE=A ATTR=TXT:Bonuses
TAG POS=1 TYPE=BUTTON ATTR=ID:get-bonus
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Exit

TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=target site
TAG POS=1 TYPE=A ATTR=TXT:"Log in"
TAG POS=1 TYPE=INPUT:EMAIL ATTR=NAME:username CONTENT=myusername2
TAG POS=1 TYPE=BUTTON:SUBMIT ATTR=TXT:Login
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD ATTR=NAME:password CONTENT=my pass
TAG POS=1 TYPE=BUTTON:SUBMIT ATTR=TXT:Login
TAG POS=1 TYPE=A ATTR=TXT:Bonuses
TAG POS=1 TYPE=BUTTON ATTR=ID:get-bonus
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Exit

TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=target site
TAG POS=1 TYPE=A ATTR=TXT:"Log in"
TAG POS=1 TYPE=INPUT:EMAIL ATTR=NAME:username CONTENT=myusername3
TAG POS=1 TYPE=BUTTON:SUBMIT ATTR=TXT:Login
TAG POS=1 TYPE=INPUT:PASSWORD ATTR=NAME:password CONTENT=my pass
TAG POS=1 TYPE=BUTTON:SUBMIT ATTR=TXT:Login
TAG POS=1 TYPE=A ATTR=TXT:Bonuses
TAG POS=1 TYPE=BUTTON ATTR=ID:get-bonus
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:Exit

TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=https://mastercoin.top/
TAG POS=1 TYPE=A ATTR=TXT:"Log in"
TAG POS=1 TYPE=INPUT:EMAIL ATTR=NAME:username CONTENT=myusername4
TAG POS=1 TYPE=BUTTON:SUBMIT ATTR=TXT:Login
TAG POS=1 TYPE=INPUT:PASSWORD ATTR=NAME:password CONTENT=my pass
TAG POS=1 TYPE=BUTTON:SUBMIT ATTR=TXT:Login
TAG POS=1 TYPE=A ATTR=TXT:Bonuses
TAG POS=1 TYPE=BUTTON ATTR=ID:get-bonus
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Exit
Last edited by vardipoor.m on Thu Feb 04, 2021 9:05 pm, edited 8 times in total.
Thanks to the clever and clean administrator of this forum
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: imacro works but only once

Post by chivracq » Wed Feb 03, 2021 4:20 pm

vardipoor.m wrote:
Sun Jan 17, 2021 9:10 am
Hello to all

I use this program for this scenario:
Enter a site with my username and password and click on the prize button each time and exit the site. I wrote and executed this scenario, but when I want to repeat it several times, this program does the job well, but my prize is no longer received (only the first time it is executed, the prize is actually received) and a prize message was received as Fake is shown. While no award has been received at all.
Does anyone know what the problem is?
thanks

CIM...! :mrgreen: (Read my Sig..., and the Forum Rules... :idea: )
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
Post Reply