Slide button to right

Hi, how can I create an automation of this? kindly refer the image below:
image

I want to slide to right side, do you have any sample of this?

1 Like

Problem solve with these:
{
“Command”: “XMove”,
“Target”: “u8q7z6_dpi_120.png”,
“Value”: “#down”,
“Description”: “”
},
{
“Command”: “executeScript_Sandbox”,
“Target”: “return ${!imagex}+400”,
“Value”: “newX”,
“Description”: “”
},
{
“Command”: “XMove”,
“Target”: “${newX},${!imagey}”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XClick”,
“Target”: “u8q7z6_dpi_120.png”,
“Value”: “”,
“Description”: “”
}

1 Like