Skip to content Skip to sidebar Skip to footer

The Fixing Imacros Interruption With Javascript

I am currently downloading some files from the website. Due to the large amount of data that requires millions of clicks, I choose to use iMacros to accomplished the clicks. But th

Solution 1:

Try to modify the myLoop variable in the following way:

SET myLoop EVAL("if ('{{myLoop}}' == '__undefined__') {try {ml = (confirm('CONTINUE FROM THE LOOP #' + ml + ' ?') ? ml : 1)} catch(e) {ml = 1;}} else if ('{{!EXTRACT}}' == '' || '{{!EXTRACT}}' == '#EANF#') ml = ml; else ml = ++ml; ml;")

(I suppose that the problem of macro stopping as you described above is a bug of 'iMacros for Chrome'. So my next suggestion may be to use 'iMacros for Firefox' and its JavaScript Scripting Interface instead.)

Post a Comment for "The Fixing Imacros Interruption With Javascript"