Rpa desktop mode,xmove can't drag window to other pos.alraedly read https://forum.ui.vision/t/how-to-click-and-drag-in-rpa/5419

{
“Name”: “t6”,
“CreationDate”: “2025-3-8”,
“Commands”: [
{
“Command”: “XMove”,
“Target”: “3o75pp_dpi_96.png”,
“Value”: “#down”,
“Description”: “”
},
{
“Command”: “pause”,
“Target”: “500”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XMove”,
“Target”: “q5hsar_dpi_96.png”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XMove”,
“Target”: “q5hsar_dpi_96.png”,
“Value”: “#up”,
“Description”: “”
}
]
}
{
“Name”: “t4”,
“CreationDate”: “2025-3-8”,
“Commands”: [
{
“Command”: “XClick”,
“Target”: “3o75pp_dpi_96.png”,
“Value”: “”,
“Description”: “选中窗口标题栏”
},
{
“Command”: “XType”,
“Target”: “${KEY_DOWN}”,
“Value”: “”,
“Description”: “按住鼠标左键”
},
{
“Command”: “store”,
“Target”: “200”,
“Value”: “x”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “300”,
“Value”: “y”,
“Description”: “”
},
{
“Command”: “XMove”,
“Target”: “${x},$”,
“Value”: “”,
“Description”: “拖动窗口”
},
{
“Command”: “XType”,
“Target”: “${KEY_UP}”,
“Value”: “”,
“Description”: “释放鼠标左键”
}
]
}I attempted to move an application window on the desktop to another position, but it failed. Only the cursor was moved. I used #down#up and also tried ${x},${y}.

Here
${y} is missing

Still failed. Do you have any successful cases?

{
      "Command": "bringBrowserToForeground",
      "Target": "",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "XDesktopAutomation",
      "Target": "true",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "XMove",
      "Target": "800,30",
      "Value": "#DOWN",
      "Description": ""
    },
    {
      "Command": "XMove",
      "Target": "500,30",
      "Value": "#up",
      "Description": ""
    }
{
      "Command": "bringBrowserToForeground",
      "Target": "",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "XDesktopAutomation",
      "Target": "true",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "XMove",
      "Target": "7xco2i_dpi_132.png",
      "Value": "#DOWN",
      "Description": ""
    },
    {
      "Command": "XMove",
      "Target": "500,30",
      "Value": "#up",
      "Description": ""
    }

Hello, this script has passed my basic tests after being tested. However, new issues have emerged during actual development. Some desktop applications can be dragged, while others cannot; only the cursor moves. Could you please help test dragging different desktop applications?

can you record a video?