cURL
curl --request POST \ --url http://localhost:2468/v1/desktop/mouse/drag \ --header 'Content-Type: application/json' \ --data ' { "endX": 123, "endY": 123, "startX": 123, "startY": 123, "button": "left" } '
{ "x": 123, "y": 123, "screen": 123, "window": "<string>" }
Performs a health-gated drag gesture against the managed desktop and returns the resulting mouse position.
left
middle
right
Desktop mouse position after drag