Skip to main content
POST
/
v1
/
desktop
/
mouse
/
move
Move the desktop mouse.
curl --request POST \
  --url http://localhost:2468/v1/desktop/mouse/move \
  --header 'Content-Type: application/json' \
  --data '
{
  "x": 123,
  "y": 123
}
'
{
  "x": 123,
  "y": 123,
  "screen": 123,
  "window": "<string>"
}

Body

application/json
x
integer<int32>
required
y
integer<int32>
required

Response

Desktop mouse position after move

x
integer<int32>
required
y
integer<int32>
required
screen
integer<int32> | null
window
string | null