← Back to team overview

sikuli-driver team mailing list archive

[Question #162326]: check whenever a list contains images

 

New question #162326 on Sikuli:
https://answers.launchpad.net/sikuli/+question/162326

Hi, today I faced a problem when I am tried to search a list for a image declared by name. 
I know I shall use python in order to controll whenever a object is visible inside a list:

    list = [1, 2, 3, 4, 5]
    3 in list
    True
    6 in list
    False

I am not really able to get this working with a list containing images in sikuli, but with lists only containing intergres in python and jython it works well. What am I doing wrong? 

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