← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #288755]: Windows phone 8 emulator: DragAndDrop clicks element instead of dragging it

 

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.