ask about loop and text detection.

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
celes
Posts: 1
Joined: Wed Jul 18, 2018 2:17 am

ask about loop and text detection.

Post by celes » Wed Jul 18, 2018 2:32 am

HI,

imacros for firefox 9.0.3
firefox 50.0.1

i'm new on iMacros
i need help about loop and detect text how should i do it? i try to make some of it... and it's always reach till the bottom of the script then starting again from the top.... i want to make it loop from beginning if it's can't find "specific text"

please help me if you can. sorry for bad english.

VERSION BUILD=9030808 RECORDER=FX
TAB T=1

SET !ERRORIGNORE YES
SET !TIMEOUT_PAGE 3
SET !TIMEOUT_TAG 1
URL GOTO=https://clickmehere.html
TAG POS=1 TYPE=SPAN ATTR=TXT:click<SP>here
TAG POS=1 TYPE=SPAN ATTR=TXT:find<SP>me

i want to make it like this:
1. if there's no text "click here" the script won't continue... just looping forever till it find text "click here"
2. click text "click here" as fast as i can when it's avaible
3. please correct my "script" if there's wrong or useless maybe.

Does imacros have if else condition?
Thx
Post Reply