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

    Status: Open => Answered

masuo proposed the following answer:
if you want to drag & drop from (300,300) to (450,450).

x1 = 300
y1 = 300
x2 = 450
y2 = 450
dragDrop(Location(x1,y1),Location(x2,y2))

-- 
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

Reply via email to