sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17234
Re: [Question #225590]: wait for an image on a region with using only "wait"
Question #225590 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/225590
Status: Open => Answered
RaiMan proposed the following answer:
myRegion.wait(myImage, FOREVER)
or
while not myRegion.exists(myImage, 0): wait(1)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.