← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #259261]: Problem with dragDrop method in Java

 

Question #259261 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/259261

    Status: Answered => Solved

Sergio confirmed that the question is solved:
Finally I've done something similar to RaiMan's solution.

drag(element);
mouseMove(dx,dy);
mouseUp();

And it works like I hope. Thanks a lot.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.