← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #684105]: Finding Two different images

 

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

    Status: Answered => Solved

xyz_User confirmed that the question is solved:
looks like this did it:

images = ["1569201199862.png","1569201205664.png"]
count = 0
matches = findAnyList(images)
if len(matches) == 2:
    popup('got 2')
else:
    sleep(1)

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