Question #661057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661057
Status: Needs information => Open
radhi12 gave more information on the question:
Hi
i used the below code now and still issue is there.
import org.sikuli.script.*;
import org.sikuli.script.Screen;
public class ab
{
public static void main(String[] args) throws Exception {
ImagePath.setBundlePath("C:/Users/xw66/workspace/Sikul/imgs");
Screen s = new Screen();
s.click("C:/Users/xw66/workspace/Sikul/imgs/Capture.PNG");
}
}
--
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