← Back to team overview

sikuli-driver team mailing list archive

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.