New question #225280 on Sikuli:
https://answers.launchpad.net/sikuli/+question/225280
Hi,
I'm using Sikuli standalone jar file to validate the images. Can you please let
me know how to find the image
if(image.exists)
{
....
}
else
{
.....
}
ScreenRegion s = new DesktopScreenRegion();
Target target = new ImageTarget(new
URL("https://dl.dropbox.com/u/5104407/SikuliAPIWikiImages/pictures_icon.png"));
ScreenRegion r = s.find(target);
I know about screen.exsits which is part of org.sikuli.script but just wanna
know if there is any similar command in org.sikuli.api
--
You received this question notification because you are a member of
Sikuli Drivers, which 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