Here is a new test script that is showing the problem (chrome on windows 10).
I have not tried it on Edge as I still have the kantu version 6 there and want to make sure I have something functional on hand.
Suppose to run 500 times and stopped randomly after 102 (292 Seconds):
{
"Name": "errorDisconnectTest",
"CreationDate": "2022-8-1",
"Commands": [
{
"Command": "open",
"Target": "https://ui.vision/rpa/x/pricing",
"Value": "",
"Description": ""
},
{
"Command": "executeScript",
"Target": "return 0;",
"Value": "i",
"Description": ""
},
{
"Command": "times",
"Target": "500",
"Value": "",
"Description": ""
},
{
"Command": "click",
"Target": "xpath=//*[@id=\"content download-content\"]/div[2]/div[2]/table/tbody/tr/td",
"Value": "",
"Targets": [
"xpath=//*[@id=\"content download-content\"]/div[2]/div[2]/table/tbody/tr/td",
"xpath=//td",
"css=#content download-content > div.row > div:nth-child(2) > table:nth-child(4) > tbody > tr:nth-child(1) > td:nth-child(1)"
],
"Description": ""
},
{
"Command": "click",
"Target": "xpath=//*[@id=\"content download-content\"]/div[2]/div[2]/table/tbody/tr[2]/td",
"Value": "",
"Targets": [
"xpath=//*[@id=\"content download-content\"]/div[2]/div[2]/table/tbody/tr[2]/td",
"xpath=//tr[2]/td",
"css=#content download-content > div.row > div:nth-child(2) > table:nth-child(4) > tbody > tr:nth-child(2) > td:nth-child(1)"
],
"Description": ""
},
{
"Command": "click",
"Target": "xpath=//*[@id=\"content download-content\"]/div[2]/div[2]/table/tbody/tr[3]/td",
"Value": "",
"Targets": [
"xpath=//*[@id=\"content download-content\"]/div[2]/div[2]/table/tbody/tr[2]/td",
"xpath=//tr[2]/td",
"css=#content download-content > div.row > div:nth-child(2) > table:nth-child(4) > tbody > tr:nth-child(2) > td:nth-child(1)"
],
"Description": ""
},
{
"Command": "click",
"Target": "xpath=//*[@id=\"content download-content\"]/div[2]/div[2]/table/tbody/tr[4]/td",
"Value": "",
"Targets": [
"xpath=//*[@id=\"content download-content\"]/div[2]/div[2]/table/tbody/tr[2]/td",
"xpath=//tr[2]/td",
"css=#content download-content > div.row > div:nth-child(2) > table:nth-child(4) > tbody > tr:nth-child(2) > td:nth-child(1)"
],
"Description": ""
},
{
"Command": "click",
"Target": "xpath=//*[@id=\"content download-content\"]/div[2]/div[2]/table/tbody/tr[5]/td",
"Value": "",
"Targets": [
"xpath=//*[@id=\"content download-content\"]/div[2]/div[2]/table/tbody/tr[2]/td",
"xpath=//tr[2]/td",
"css=#content download-content > div.row > div:nth-child(2) > table:nth-child(4) > tbody > tr:nth-child(2) > td:nth-child(1)"
],
"Description": ""
},
{
"Command": "executeScript",
"Target": "return ${i} + 1;",
"Value": "i",
"Description": ""
},
{
"Command": "end",
"Target": "",
"Value": "",
"Description": ""
}
]
}