← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #184142]: How can i match my Screen Shot in exact way?

 

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

RaiMan proposed the following answer:
Might be that it is different, but you should be able to translate it
from Python to Java based on Sikuli's Java docs - rather simple ;-)

Pattern btnChecked = new Pattern("image-button-checked")
btnChecked = btnChecked.similar(0.99)

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