Download attached file

How to download the file of the news which the syntax in filename

They are in a category with the other news type

Link 1
https://www.vsd.vn/vi/ad/153583 attached file https://vsd.vn:9994/VSD_PORTAL//ckeditor/161/fQHZA_30092022%20viet.pdf

Link 2
https://www.vsd.vn/vi/ad/153571 attached file

> https://vsd.vn:9994/VSD_PORTAL//ckeditor/161/jFCSg_29092022%20viet.pdf


    {
      "Command": "click",
      "Target": "link=Chi tiết tại đây",
      "Value": "",
      "Description": ""
    }

its opening pdf in chrome
if you configure browser not to open pdf then it should download
otherwise
have to do right click - Save Link As

the link 1, link 2 can not be defined. how to get them in the list which in https://www.vsd.vn/vi/alc/6?page=1

{
      "Command": "times",
      "Target": "25",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "storeAttribute",
      "Target": "xpath=(//li/h3/a)[${!times}]@href",
      "Value": "Link",
      "Description": ""
    },
    {
      "Command": "prompt",
      "Target": "https://www.vsd.vn${Link}",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "end",
      "Target": "",
      "Value": "",
      "Description": ""
    }

I doesn’t execute

I doesn’t execute

Can you record video?

{
  "Name": "Test",
  "CreationDate": "2022-10-2",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://www.vsd.vn/vi/alc/6?page=1",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "times",
      "Target": "25",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "storeAttribute",
      "Target": "xpath=(//li/h3/a)[${!times}]@href",
      "Value": "Link",
      "Description": ""
    },
    {
      "Command": "prompt",
      "Target": "https://www.vsd.vn${Link}",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "end",
      "Target": "",
      "Value": "",
      "Description": ""
    }
  ]
}