sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #47407
Re: [Question #146397]: [Java] How to check wether images exist in screen or not
Question #146397 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/146397
paulo doido silva posted a new comment:
work here
s = new Screen();
String img ="img/7.PNG";
//s.hover("img/7.PNG");
if(s.exists("img/7.PNG")!= null)
{
s.click("img/7.PNG");
s.type("nada");
}
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.