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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp