← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #216028]: findAll using Java

 

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

RaiMan posted a new comment:
The reason for such problems usually are "bad" screenshots, containing
too much unnessary background or other details, that are not with all
possible matches.

So try to optimize the screenshot by concentrating on the really
distinguishing aspects.

Wether your screenshot works at all, you can test in the Sikuli IDE with
these 2 lines (or in Java ;-)

r = selectRegion()
r.find("image.png").highlight(2)

running this, you can select the region you are checking and if found,
it will highlight the match and print the matche's attributes.

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