← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #700597]: RepeatableFind.setShouldStop error

 

Question #700597 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700597

    Status: Open => Answered

RaiMan proposed the following answer:
The error comes from inside the waitBest implementation in 2.0.5.

In 2.0.6 the internal implementation of all find ops is completely
revised.

I will check the behaviour with the 2.0.6 snapshot (https://github.com/RaiMan/SikuliX1)
I am rather sure, that this will not work:

if match_image_list:
    print('found')
    click()

If you test now, it must be:

if match_image_list:
    print('found')
    match_image_list.click()

... but you might wait a bit, until I have reimplemented the complete lastMatch behaviour.
I will give you a tipp.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.