Open links from a csv file in loop

Open links from a csv file in loop

I have a doubt, I need to open a certain amount of links, I would like to open them in a sequential loop, in the same browser tab.

If anyone can help me, thanks.

{
  "Name": "OPEN LINKS CSV LOOP",
  "CreationDate": "2022-12-31",
  "Commands": [
    {
      "Command": "store",
      "Target": "true",
      "Value": "!errorignore",
      "Description": ""
    },
    {
      "Command": "store",
      "Target": "1",
      "Value": "!TIMEOUT_WAIT",
      "Description": ""
    },
    {
      "Command": "store",
      "Target": "medium",
      "Value": "!REPLAYSPEED",
      "Description": ""
    },
    {
      "Command": "times",
      "Target": "100",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "csvRead",
      "Target": "Links.csv",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "open",
      "Target": "${!COL@${!LOOP}}",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "pause",
      "Target": "10000",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "end",
      "Target": "",
      "Value": "",
      "Description": ""
    }
  ]
}
{
  "Name": "OPEN LINKS CSV LOOP",
  "CreationDate": "2023-1-1",
  "Commands": [
    {
      "Command": "store",
      "Target": "true",
      "Value": "!errorignore",
      "Description": ""
    },
    {
      "Command": "store",
      "Target": "1",
      "Value": "!TIMEOUT_WAIT",
      "Description": ""
    },
    {
      "Command": "store",
      "Target": "medium",
      "Value": "!REPLAYSPEED",
      "Description": ""
    },
    {
      "Command": "times",
      "Target": "100",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "store",
      "Target": "${!times}",
      "Value": "!csvReadLineNumber",
      "Description": ""
    },
    {
      "Command": "csvRead",
      "Target": "Links.csv",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "open",
      "Target": "${!COL1}",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "pause",
      "Target": "10000",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "end",
      "Target": "",
      "Value": "",
      "Description": ""
    }
  ]
}