localStorageExport clears downloads list

Hi there,

I was using 9.1.3 and I noticed that using localStorageExport “downloads” the file but it also clears the downloads list for some reason, including those not downloaded within UI.Vision.

I have observed this on Chrome (Linux) and Edge (Windows).

I have no idea if that is the intended behavior.

{
  "Name": "Houdini",
  "CreationDate": "2024-3-25",
  "Commands": [
    {
      "Command": "executeScript_Sandbox",
      "Target": "return [];",
      "Value": "mt",
      "Description": ""
    },
    {
      "Command": "csvSaveArray",
      "Target": "mt",
      "Value": "empty.csv",
      "Description": ""
    },
    {
      "Command": "localStorageExport",
      "Target": "empty.csv",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "prompt",
      "Target": "Now watch as UIV make your Downloads list, magically disappear.",
      "Value": "",
      "Description": ""
    }
  ]
}

I’ve attached a video showcasing the behavior (Chrome Linux):