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