← 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

Manasi posted a new comment:
Hi,

I have tried all the options mentioned above
1) s.dragDrop(image28, image31.targetOffset(30,488));
Or
2) s.drag(image28);
	s.mouseMove(30,488);
	s.mouseUp();

But it still does not work for me. It just drags the element but does
not drop it at the specified location. Could you please help me on this
please.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.