← Back to team overview

sikuli-driver team mailing list archive

[Bug 1403959] Re: Problem with dragDrop method in Java

 

this is not a bug

** Changed in: sikuli
       Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/sikuli/+question/259261

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1403959

Title:
  Problem with dragDrop method in Java

Status in Sikuli:
  Invalid

Bug description:
  Hi guys,

  I'm stopped at this point. I have to drag and drop using sikuli-java
  1.1.0

  My code is:

  Screen sikuli = new Screen();
  Pattern imgPattern = new Pattern ("sun.jpg");
  sikuli.dragDrop(imgPattern,imgPattern.targetOffset(10,400));

  I expect to select the pattern and move the picture to (10,400) but my
  instruccion just click at (10,400) without dropping.

  What am I doing wrong?

  Best regards,

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1403959/+subscriptions


References