← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #264487]: Help with making some Sikuli image recognition?

 

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

RaiMan proposed the following answer:
    if col.exists(Pattern(a).similar(0.8), 0):
        print i, a, col.getLastMatch().getScore()
        type(arrows[a]) # type the associated key
        wait(0.5) # waits 1/2 second                                <-----
        break # leave the inner loop

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