Why UI VISION keep stuck and stop in select window macros

This error message means the RPA software can not find the element to click on. Can you maybe post a test case using a public website? Then I can run it myself.

Open 3 tab before run this

{
“Name”: “error_handling”,
“CreationDate”: “2023-8-18”,
“Commands”: [
{
“Command”: “selectWindow”,
“Target”: “tab=0”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “selectWindow”,
“Target”: “tab=open”,
“Value”: “www.google.com”,
“Description”: “”
},
{
“Command”: “selectWindow”,
“Target”: “tab=-1”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “”,
“Target”: “”,
“Value”: “”,
“Description”: “”
}
]
}