!ERRORIGNORE
(Copy URL in PhpBB Forum Format - Info)From iMacros
Tells iMacros to ignore errors. The replay of macros continues even if one or more commands fail.
Contents |
Value

YES|NO
Set By
[ ] Internal
[X] SET
Internal means that the iMacros program itself sets the value of the variable during program run. SET means that the user can set this value via the SET command inside a macro.
Tip: If you use this command to skip not-existing (only sometimes existing) web page elements (TAG), then it can be useful to reduce the default time iMacros waits for a missing TAG to appear (6 seconds). Use the !TIMEOUT_STEP paramter for this.
Examples
SET !TIMEOUT_STEP 1 SET !ERRORIGNORE YES 'Commands that fail sometimes (element missing) TAG... TAG... 'Restore defaults SET !ERRORIGNORE NO SET !TIMEOUT_STEP 6
Related Forum Posts
- "OR" function for buttons?
- Use one of two links (depending on which one is there)
- Ignore the error and keep runing code
