Question #233292 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/233292
Status: Open => Answered
RaiMan proposed the following answer:
#4: should only be
dragDrop(PSMRL, PSMR)
without the additional mouse functions (dragDrop already does this)
--- your trial
try with
Settings.MoveMouseDelay=0 (the standard is 0.5 seconds and splits the mouse
move into several steps)
... and I think the wait()s are too long:
hover(l)
wait(0.3)
mouseDown(Button.LEFT)
wait(0.3)
mouseMove(r)
wait(0.3)
mouseUp()
--
You received this question notification because you are a member of
Sikuli Drivers, which 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