Hi
This is a old bug never solved.
Sometimes open 4-5 same tabs this command
Here my report
This is a random bug, and appears only with some version of browser.
I found a solution to bypass it
I added in my browser more pages like default pages and i use to switch in tabs and after i use only open command
My firefox run with 5 tabs opened with a site, after i run macro with this code
{
"Name": "A",
"CreationDate": "2019-10-31",
"Commands": [
{
"Command": "bringBrowserToForeground",
"Target": "",
"Value": ""
},
{
"Command": "selectWindow",
"Target": "tab=1",
"Value": ""
},
{
"Command": "open",
"Target": "http://www.google.com/?1",
"Value": ""
}
]
}
In this mode i have not multiple random tabs opened because i use tab already opened in firefox.
Here solution to start firefox with multiple tabs opened of default
https://support.mozilla.org/en-US/questions/969810
There are not others solution.