← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #209642]: .find method does not work

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
--1. do not use exact() (it is buggy) .....
better Pattern(). similar(value) with value <= 0.99

but this is not your problem.

--2. debug visually this way:

study = find(Pattern("FT00C-1.png").similar(0.99)
study.highlight(3)
checkbox = study.find("1348083571388.png")
click(checkbox)

and run it with the slow motion.

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