← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #678936]: mouseMove to an absolute position on screen

 

Question #678936 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678936

Marc Summers posted a new comment:
I was just now doing some additional research and it looks like
I might be able to use PyAutoGUI module.

Here is an example code piece:

XY coordinates have 0, 0 origin at top left corner of the screen. X
increases going right, Y increases going down.

>>> pyautogui.moveTo(x, y, duration=num_seconds)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.