← Back to team overview

sikuli-driver team mailing list archive

[Question #526826]: DragDrop doesn't seem to work

 

New question #526826 on Sikuli:
https://answers.launchpad.net/sikuli/+question/526826

Hi,

I've been trying to use dragdrop but it doesn"t seem to work , I'm using the below code:

	Match m=s.find("C:\\Users\\shashankb\\workspace\\Android_Aut\\Images\\car1.PNG");
    	Match m1=s.find("C:\\Users\\shashankb\\workspace\\Android_Aut\\Images\\Capture5.PNG");
    	m.dragDrop(m1);
    	

Please let me know if i m doing anything wrong. Also if i m using it like this m.dragDrop(m,m1); then it works. But does this function allowed multiple parameters to be passed?

Thanks.

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