Select Window Command Broken After Update?

After the newest update the selectWindow command opens 2 tabs instead of just 1 new tab. Is that happening for anyone else?

For instance the below code now opens google.com twice
{
“CreationDate”: “2018-6-4”,
“Commands”: [
{
“Command”: “selectWindow”,
“Target”: “tab=open”,
“Value”: “https://www.google.com
}
]
}

EDIT: after about 20 minutes of it opening a double, it’s now back to only opening 1 instance. You can delete post

1 Like

It arrives sometimes for me. Non only in the last version. When it arrives, I desactivate add on and re-activate it

I’m having this happen more and more where it opens multiple tabs when it should only open 1. It’s been happening a lot when i’m pulling a URL from a CSV and telling kantu to open it, do something, loop, and open the next URL in a new tab. Something like this:

{
“CreationDate”: “2018-10-1”,
“Commands”: [
{
“Command”: “csvRead”,
“Target”: “test.csv”,
“Value”: “”
},
{
“Command”: “store”,
“Target”: “${!csvReadLineNumber}”,
“Value”: “!csvReadLineNumber”
},
{
“Command”: “while”,
“Target”: “”${!csvReadStatus}"==“OK”",
“Value”: “”
},
{
“Command”: “selectWindow”,
“Target”: “tab=open”,
“Value”: “${!COL1}”
},

This happens more often than not for me as well.

Is there any update on this issue? Kantu still randomly opens duplicate tabs while looping through a csv and opening the url on a new tab. It happens so frequently that I can’t really even use Kantu to do this anymore.