Search found 8 matches

by msshd
Fri Nov 01, 2019 7:06 pm
Forum: iMacros for Chrome
Topic: Refresh a page until button is shown
Replies: 14
Views: 15082

Re: Refresh a page until button is shown

I will send the final code. But get other question how can I pas the integer "i" from JS to the iMacros code? Indeed I would like iMacros move between tabs and the order comes from JS.
by msshd
Fri Nov 01, 2019 3:22 pm
Forum: iMacros for Chrome
Topic: Refresh a page until button is shown
Replies: 14
Views: 15082

Re: Refresh a page until button is shown

Dear chivracq Many thanks for you help and caring about the form and etc. Well I have done and complete my macros and it works perfectly, I'm sure without your assignment, I could not done. Appreciated for all of your helps, of course at the end not beginning of this post! To do that, I can think of...
by msshd
Thu Oct 31, 2019 2:45 pm
Forum: iMacros for Chrome
Topic: Refresh a page until button is shown
Replies: 14
Views: 15082

Re: Refresh a page until button is shown

- Please use "Standard" English on the Forum, you don't need to pretend to speak Fake "Wanna-Wanna-Chicago-Gangsta-Kidda-Streeta-Langua" while your Posts are full of Spelling and Grammar Mistakes... (which is OK, as long as you "do your best" to use "correct"...
by msshd
Thu Oct 31, 2019 1:48 pm
Forum: iMacros for Chrome
Topic: Refresh a page until button is shown
Replies: 14
Views: 15082

Re: Refresh a page until button is shown

VERSION BUILD=1005 SET !TIMEOUT_STEP 0 SET !ERRORIGNORE YES URL GOTO=My Link TAG POS=1 TYPE=BUTTON ATTR=TXT:Order TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:loginForm ATTR=NAME:firstName CONTENT=John TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:loginForm ATTR=NAME:lastName CONTENT=Robinson TAG POS=1 TYPE=INPUT:TEX...
by msshd
Thu Oct 31, 2019 9:54 am
Forum: iMacros for Chrome
Topic: Refresh a page until button is shown
Replies: 14
Views: 15082

Re: Refresh a page until button is shown

One more question How can I manage the macro that after clicking the button at least need 30 seconds to run the last tag. I know the command WAIT SECONDS=30 works but the imacros spend time to run other tags and therefore the time between the first tag and last tag would be more that 30 seconds. I w...
by msshd
Thu Oct 31, 2019 8:52 am
Forum: iMacros for Chrome
Topic: Refresh a page until button is shown
Replies: 14
Views: 15082

Re: Refresh a page until button is shown

I am too sorry for duplication and I have remove one of it. I post the problem in SOF as well as I need the solution. I do not think I did mistake. It would be nice you answer not coming here and ... OK, good, Thanks for deleting the Duplicate + mentioning 'Free' in your FCI... (There is no 'PE' Ve...
by msshd
Wed Oct 30, 2019 8:45 pm
Forum: iMacros for Chrome
Topic: Refresh a page until button is shown
Replies: 14
Views: 15082

Re: Refresh a page until button is shown

I am too sorry for duplication and I have remove one of it. I post the problem in SOF as well as I need the solution. I do not think I did mistake. It would be nice you answer not coming here and ...
by msshd
Wed Oct 30, 2019 7:52 pm
Forum: iMacros for Chrome
Topic: Refresh a page until button is shown
Replies: 14
Views: 15082

Refresh a page until button is shown

Mac OS 10.15 Chrome 78 iMacros for Chrome 10.0.5 free version I have a iMacro record for chrome and all I would like it refresh a link until a button element appear in the page and after that goes to the rest of code. Code is as following. VERSION BUILD=1005 SET !TIMEOUT_STEP 0 SET !ERRORIGNORE YES ...