sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36053
Re: [Question #279251]: dragDrop does not work
Question #279251 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/279251
Status: Open => Answered
RaiMan proposed the following answer:
hover() does the same as mouseMove()
hover(t)
wait(.3) # this is not in the internal dragDrop flow
mouseDown(Button.LEFT)
hover(t.offset(Location(100,0)))
mouseUp(Button.LEFT)
hover(t) # reset mouse position to before move
dragDrop() will only be revised in version 2
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.