[Issue #513] Pausing (stopping) Issue

Hello, same issue here! Macro stop in random command each time.

No error, it simply remains frozen, without continuing.

Macro fail 100% of the time, because my loop is infinite, or almost.

Sometimes fails at 60 minutes, others at 3, or 10… is completely random (apparently).

I have tried in chrome and firefox, it does not matter that there are more tabs and I’m doing other things, or just one tab for the macro without touching anything else on the pc, alway fail.

Click pause and click resume is the only solution, but it requires manual presence, obviously …

I leave my code in case you want to try
It work on any profile of instagram “https://www.instagram.com/INSERT_HERE_PROFILE
then, click on ‘followers’, when the list of ‘followers’ is displayed, then play the macro, The operation is simple, make scroll down.

{
“CreationDate”: “2018-10-20”,
“Commands”: [
{
“Command”: “storeEval”,
“Target”: “0”,
“Value”: “N”
},
{
“Command”: “while”,
“Target”: “${N} < 4000”,
“Value”: “”
},
{
“Command”: “storeEval”,
“Target”: “${N}+1”,
“Value”: “N”
},
{
“Command”: “click”,
“Target”: “/html/body/div[3]/div/div/div[2]/ul/div/li[${N}]/div/div[1]”,
“Value”: “”
},
{
“Command”: “endWhile”,
“Target”: “”,
“Value”: “”
}
]
}

Thanks

Note: I’ve also tried make loop with label instead of ‘while’, but same result