iMacros: How can i restart the script when an error occurs?

mfiii

Regular Member
Joined
May 16, 2010
Messages
443
Reaction score
48
Hello,

How can i restart the script when an error occurs in iMacros? So it will not stop but start again from the beginning.


Thanks
 
Just make
SET !ERRORIGNORE YES
It will pass error and continue runing the script.
You also can make skip error timeout on options to 5 - 10 secs
 
Just make
SET !ERRORIGNORE YES
It will pass error and continue runing the script.
You also can make skip error timeout on options to 5 - 10 secs

I have tried this but nothing :( Script only runs one command. I play it with loop
 
OP might want it to error so that it doesn't do the following command but still wants it to restart. I've been looking forever for this solution and the best I could find was having to use javascript or something like that with the imacro. It's a little to advanced for me so I just settled for ignore error. There is an EVAL command that you can use in imacro. So that may possibly help but that's written in javascript, so once again you have to find out how that is written.

Edit: after rereading this may not be the case. Does it say what error you're having?
 
Last edited:
OP might want it to error so that it doesn't do the following command but still wants it to restart. I've been looking forever for this solution and the best I could find was having to use javascript or something like that with the imacro. It's a little to advanced for me so I just settled for ignore error. There is an EVAL command that you can use in imacro. So that may possibly help but that's written in javascript, so once again you have to find out how that is written.

Edit: after rereading this may not be the case. Does it say what error you're having?

The page which i load sometimes lags so it doesnt load and script cannot find the attribute that i have given to do th comand so it stops..
 
Back
Top