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

Sreehari gave more information on the question:
Settings.MoveMouseDelay = 0;
                phone.mouseMove(from);
                Thread.sleep(1000);
                phone.mouseDown(org.sikuli.script.Button.LEFT);
                Thread.sleep(1000);
                phone.mouseMove(to);


I tried the above code. It did not work. It works elsewhere, but not in Windows 
phone emulator.

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to