sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42826
Re: [Question #643686]: dragDrop with no screenshot? just basic text.
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.