I am getting this same error also. Here is my test script. I am just switching to the first tab in Chrome.
{
“Name”: “Nav1stTab”,
“CreationDate”: “2025-2-27”,
“Commands”: [
{
“Command”: “comment”,
“Target”: “store // fast”,
“Value”: “!replayspeed”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “true”,
“Value”: “!errorIgnore”,
“Description”: “”
},
{
“Command”: “refresh”,
“Target”: “”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “pause”,
“Target”: “1000”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “${!current_tab_number}”,
“Value”: “thisTab”,
“Description”: “”
},
{
“Command”: “executeScript”,
“Target”: “var t = 0 - Number(${thisTab});\nreturn t;”,
“Value”: “MyTab”,
“Description”: “”
},
{
“Command”: “selectWindow”,
“Target”: “tab=${MyTab}”,
“Value”: “”,
“Description”: “”
}
]
}