cURL
curl --request POST \ --url http://localhost:4242/{computer_name}/api/mouse/right-click \ --header 'Content-Type: application/json' \ --data ' { "display_num": 1 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Performs a right mouse button click at the current cursor position.
Display settings for the click operation
Display number to target
1
Successfully performed right click