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. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

