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

Selva posted a new comment:
One more update. after restart, with new image capture, it is highlighting 
properly. But click did not happen.
Any idea on this ?

Thanks
selva D
Screen scr= new Screen();
Thread.sleep(2000);
                String Inner=sImagepath+"\\\\AppDesignerCommon\\\\selva.PNG" ;
                Match mat=scr.exists(Inner);
                System.out.println(mat);
                mat.highlight(1);
                scr.click(Inner);

-- 
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