sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31710
Re: [Question #265248]: exists(Pattern) finds something, but findall(Pattern) doesn't
Question #265248 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265248
Status: Needs information => Open
David Scheele gave more information on the question:
Its 2015-04-07_01:00nightly
I solved my problem by going:
r = self.returnMenuColumn()
for icon in OEIconList:
rPattern = Pattern(icon).exact()
matches = r.findAll(rPattern) if r.exists(rPattern, 0) else ()
which gives me correct matches.
But the problem still previals. It's a weird occurence
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.