How can I open a new window (not new tab) in macro while I don't use xtype?

How can I open a new window (not new tab) in macro while I don’t use xtype?

Hi, you can use the new openBrowser command for this:

    {
      "Command": "openBrowser",
      "Target": "https://ui.vision",
      "Value": "",
      "Description": ""
    }