← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #185254]: [Java] FindFailed with Pattern().similar(0.7) on the screen

 

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

    Status: Answered => Open

Naveen is still having a problem:
Hi Raiman !
Thnx for the swift response . I  have chnged my code like this :

Screen screen= new Screen();
				
				try{
					Match match=screen.find("E:\\TestSikuli\\nav.png");
					
					screen.click(match);

(I have even chnged the type of the image)

Still I  end up getting the following error :


FindFailed: can not find E:\TestSikuli\nav.png on the screen.
Line ?, in File ?
	at org.sikuli.script.Region.handleFindFailed(Region.java:420)
	at org.sikuli.script.Region.wait(Region.java:511)
	at org.sikuli.script.Region.find(Region.java:381)
	at com.SampleRead.main(SampleRead.java:31)


Please Help!

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.