/
/FastAPI
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
bash5
  • postExecute Shell Command
  • getGet Process Output
  • deleteTerminate Process
  • postRestart System
  • getList Managed Processes
display4
  • getTake Screenshot
  • getGet Screen Size
  • postLocate Image on Screen
  • postGet Pixel Color
editor5
  • postView File Contents
  • postCreate New File
  • postReplace String
  • postInsert Text
  • postUndo Last Edit
filesystem4
  • postList Directory Contents
  • postGet Directory Tree
  • postSearch Files
  • getGet Path Info
keyboard5
  • postPress Key
  • postType Text
  • postPress Hotkey Combination
  • postHold Key
  • postRelease Key
keychain4
  • postStore Keychain Item
  • postDelete Keychain Item
  • getList Services
  • postAuthenticate Service
mouse8
  • postMove Mouse Cursor
  • postPerform Left Click
  • postPerform Right Click
  • postPerform Middle Click
  • postPerform Double Click
  • postDrag Mouse
  • getGet Cursor Position
  • postScroll Mouse Wheel
  • getRoot
  • getApi Root
mouse

Move Mouse Cursor

Moves the mouse cursor to the specified X and Y coordinates on the screen.

post/api/mouse/move

Request body

xinteger required

X coordinate to move the cursor to

yinteger required

Y coordinate to move the cursor to

display_numinteger

Display number to target

Example request

{
  "display_num": 1,
  "x": 500,
  "y": 300
}

Response

Successfully moved the cursor

Changes