← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #209059]: Drag And Drop not working

 

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

    Status: Answered => Open

Sebastian is still having a problem:
Yes, of course I already tried that. No effect.

Here's what I tried:

lRegion = find("rl21Airplane.png");
click(lRegion.getCenter().above(1));
mouseMove("rl21Airplane.png");
mouseDown(Button.LEFT);
wait(2);
mouseMove(Env.getMouseLocation().offset(0, 100));
wait(2);
mouseUp(Button.LEFT);

This failed. I also tried sneaking in other interactions such as an
escape key or additional clicks to "emulate" human behaviour. No offect.
Of course I started out by trying dragDrop(img, img). I also tried using
click().

No effect.

What is the problem? Can you help?

Thank you,



TS....

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