Search found 5 matches

by Brendo
Wed Nov 06, 2019 6:53 pm
Forum: General Support & Discussions
Topic: Start LOOP POS at 20
Replies: 2
Views: 4284

Start LOOP POS at 20

Hi, I need ignore POS=1-19 and start script at POS=20, but when i need loop. 'Starting with POS=20 TAG POS={{LOOP}} TYPE=A ATTR=ID:ember* EXTRACT=HREF TAB OPEN TAB T=2 URL GOTO={{!EXTRACT}} WAIT SECONDS=1 ' some code TAB CLOSE then script repeat again in iMacros extension. How can I start script at ...
by Brendo
Tue May 14, 2019 8:30 am
Forum: General Support & Discussions
Topic: Wait until the element disappears
Replies: 3
Views: 14681

Re: Wait until the element disappears

chivracq wrote:
Mon May 13, 2019 10:32 pm
Counter is now at 7, ah-ah...
:shock: Wow, just one simplest solution would be enough for me. (for FF and Chrome)
I read the forum rules (honestly) 8)
by Brendo
Tue May 14, 2019 8:25 am
Forum: iMacros for Firefox
Topic: Code simplification - class values increase by one
Replies: 2
Views: 5786

Re: Code simplification - class values increase by one

Thanks for the help! Your option helped me. Sorry for post a topic in the wrong thread :oops:
by Brendo
Mon May 13, 2019 9:31 pm
Forum: General Support & Discussions
Topic: Wait until the element disappears
Replies: 3
Views: 14681

Wait until the element disappears

Hello! How can I make the imacros wait until any element disappears on the page? For example: ... SET !TIMEOUT_STEP 10 TAG POS=1 TYPE=P ATTR=TXT:Add* TAG POS=1 TYPE=BUTTON ATTR=TXT:Save 'I want the script to wait until this element (BUTTON) disappears. 'If BUTTON did not disappear within 60 seconds ...
by Brendo
Fri Jan 11, 2019 2:14 pm
Forum: iMacros for Firefox
Topic: Code simplification - class values increase by one
Replies: 2
Views: 5786

Code simplification - class values increase by one

Hello! In my code there are numeric values of classes in order of magnification. Is there a way to simplify the code so as not to copy strings thousands of times? Example: 'some code... TAG POS=1 TYPE=TD ATTR=CLASS:row_1_2 EXTRACT=TXT SET !CLIPBOARD {{!EXTRACT}} 'some code... TAG POS=1 TYPE=TD ATTR=...