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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to