← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #661057]: Hi I am getting the below error when sikulix is used in eclipse

 

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.