UI Vision 6.3.2 crashes

Same code works perfectly with 6.2.8, but in 6.3.2 it crashes after 15 minutes.
I test in virtual machine with 1 GB RAM and 1 CPU with Chrome in Linux (XUbuntu).

With 6.2.8 - this code works over 1 hours without any problems. CPU load average is under 1.
With 6.3.2 - after 10 minutes CPU load average is over 1 and after 5 minutes load average is over 4 and then UI vision extension crashes.

When I comment the lines which are red after first run nothing is changed - still crash. The lines are: 7, 11, 14, 15,18, 21, 22.

I don’t know why it crash

Here is the code:

{
“Name”: “crash”,
“CreationDate”: “2022-1-9”,
“Commands”: [
{
“Command”: “store”,
“Target”: “true”,
“Value”: “!errorignore”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “nodisplay”,
“Value”: “!REPLAYSPEED”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “10”,
“Value”: “!TIMEOUT_PAGELOAD”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “1”,
“Value”: “!TIMEOUT_WAIT”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “10”,
“Value”: “!TIMEOUT_DOWNLOAD”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “0”,
“Value”: “!TIMEOUT_MACRO”,
“Description”: “”
},
{
“Command”: “waitForPageToLoad”,
“Target”: “50000”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “open”,
“Target”: “https://ui.vision/”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “while_v2”,
“Target”: “true”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “true”,
“Value”: “!statusOK”,
“Description”: “”
},
{
“Command”: “verifyElementPresent”,
“Target”: “//div[contains(@class, ‘notExist’)]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “verifyElementPresent”,
“Target”: “//div[contains(@class, ‘check-section’)]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “verifyElementNotPresent”,
“Target”: “//div[contains(@class, ‘notExist’)]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “verifyElementNotPresent”,
“Target”: “//div[contains(@class, ‘check-section’)]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “mouseOver”,
“Target”: “//div[contains(@class, ‘notExist’)]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “mouseOver”,
“Target”: “//div[contains(@class, ‘check-section’)]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “selectWindow”,
“Target”: “tab=0”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “verifyElementPresent”,
“Target”: “//div[contains(@class, ‘notExist’)]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “verifyElementPresent”,
“Target”: “//div[contains(@class, ‘check-section’)]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “verifyElementNotPresent”,
“Target”: “//div[contains(@class, ‘notExist’)]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “verifyElementNotPresent”,
“Target”: “//div[contains(@class, ‘check-section’)]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “mouseOver”,
“Target”: “//div[contains(@class, ‘notExist’)]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “mouseOver”,
“Target”: “//div[contains(@class, ‘check-section’)]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “end”,
“Target”: “”,
“Value”: “”,
“Description”: “”
}
]
}

Issue confirmed. We are working on it! See also Manifest V3 migration

Hi, I am using SeeShell Pro version and facing this issue. Can anyone please help me to resolve this issue?
image

The V6.3.2 crash issue is resolved. Please upgrade to V6.3.3.

@faizan We no longer support SeeShell. It has been replaced by UI.Vision RPA software. UI Vision has all SeeShell features, plus many more.