sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #47637
[Question #670721]: I can't use more 3 pictures
New question #670721 on Sikuli:
https://answers.launchpad.net/sikuli/+question/670721
n=0
while n<1:
if not exists("1.png"or"2.png"or"3.png"or"4.png"or"5.png"or"6.png"or"7.png"or"8.png"or"9.png"or"10.png"):
click("0.png")
else:
click("1.png"or"2.png"or"3.png"or"4.png"or"5.png"or"6.png"or"7.png"or"8.png"or"9.png"or"10.png")
I can't use more 3 pictures in my program.My program should find any needed picture and click on it.But although needed picture is on screen,the program think that itsn't.How can i use so many pictures without bug?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.