sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56655
[Bug 1546915] Re: [2.0.4] doesn't drag and drop control on MAC OSX --- to be checked
** Summary changed:
- Sikuli 1.1 doesn't drag and drop control on MAC OSX
+ [2.0.4] doesn't drag and drop control on MAC OSX --- to be checked
** Changed in: sikuli
Status: New => In Progress
** Changed in: sikuli
Importance: Undecided => Medium
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 2.0.5
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1546915
Title:
[2.0.4] doesn't drag and drop control on MAC OSX --- to be checked
Status in Sikuli:
In Progress
Bug description:
I use Sikuli API on JAVA to test app on MAC and I face a problem
Sikuli doesn't drag and drop control (Sikuli only move from imageA to
image B)
Here is my script:
import org.testng.annotations.Test;
import org.sikuli.script.Screen;
import org.sikuli.script.Match;
public class test {
@Test
public void testcase(){
Screen s = new Screen();
Match src = s.find( "\ws\imageA.png");
Match des= s.find("\ws\imageB.png");
s.dragDrop(src, des);
}
Note: It's work fine on win but on MAC OSX, I just saw mouse move from
imageA to imageB.
Please let me know if anyone has resolved this issue.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1546915/+subscriptions
References