sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13903
Re: [Question #212205]: Finder class
Question #212205 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/212205
Tiago Reis gave more information on the question:
Hi RaiMan.
I solved it.
f = Finder(communications[i]) # setup the Finder
f.find("E.png") # search and return a Match Iterator
if f.hasNext(): # check if we have one match
hover(communications[i])
else:
...
Thanks :)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.