Is there a way to partially match a tab title with selectWindow?

Yes, works now :smiley:

Demo macro:

{
  "Name": "go_to_tab0",
  "CreationDate": "2022-7-28",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://ui.vision/demo/tabs",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "click",
      "Target": "linkText=Open new web page in new browser tab",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "comment",
      "Target": "selectWindow // tab=0",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "selectWindow",
      "Target": "title=*Browser*",
      "Value": "",
      "Description": ""
    }
  ]
}