Macro Freezing With no Error after some time

Hi there! I’m having a problem on a macro that only clicks on two buttons…

After a while the macro just stop with no error in the log. But after this, when I restart it it works for a while again. I’m using Brave browser in windows.

I’ve already downloaded the X Modules…

Don’t know what is happen, here’s the simple code:

{
“Name”: “teste”,
“CreationDate”: “2022-5-17”,
“Commands”: [
{
“Command”: “storeText”,
“Target”: “xpath=//[@id=“container”]/main/section/div/div/div/div/ul[3]",
“Value”: “texto”,
“Description”: “”
},
{
“Command”: “while_v2”,
“Target”: “${texto}==”"",
“Value”: “”,
“Description”: “”
},
{
“Command”: “waitForElementPresent”,
“Target”: "xpath=//
[@id=“wrapFilterList”]/div/div[4]/button”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “xpath=//[@id=“wrapFilterList”]/div/div[4]/button",
“Value”: “”,
“Targets”: [
"xpath=//
[@id=“wrapFilterList”]/div/div[4]/button”,
“xpath=//div[4]/button”,
“css=#wrapFilterList > div.wrap-filter__inner > div:nth-child(4) > button”
],
“Description”: “”
},
{
“Command”: “waitForElementPresent”,
“Target”: “/html/body/div/div[1]/div/main/section/div/div/div[1]/div/div[5]/div[1]/div[4]/div/div[2]/button”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “/html/body/div/div[1]/div/main/section/div/div/div[1]/div/div[5]/div[1]/div[4]/div/div[2]/button”,
“Value”: “”,
“Targets”: [
“xpath=//[@id=“wrapFilterList”]/div/div[4]/div/div[2]/button",
“xpath=//div[4]/div/div[2]/button”,
“css=#wrapFilterList > div.wrap-filter__inner > div:nth-child(4) > div > div.wrap-button > button”
],
“Description”: “”
},
{
“Command”: “storeText”,
“Target”: "xpath=//
[@id=“container”]/main/section/div/div/div/div/ul[3]”,
“Value”: “texto”,
“Description”: “”
},
{
“Command”: “end”,
“Target”: “”,
“Value”: “”,
“Description”: “”
},

What command does it stop at?

On anyone! It’s random

They say you need to have XModule installed now installed on your computer otherwise the macro will stop after around 2 minutes or randomly on chrome

But it is installed hahaha

Same issue Script suddenly stop - #11 by TheWhippinpost

Any news about fix?