← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #698272]: Loop is not working (while, if)

 

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

Manfred Hampl proposed the following answer:
Please compare
click(Pattern("Toran.png").similar(0.90))
click(Pattern("Toran.png".similar(0.90)) <-- closing bracket missing

Additional remark:
You use
andAndo = True
...
 andando = False
with capital letter and without.

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