sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #40482
Re: [Question #403202]: Wait function in sikulix IDE
Question #403202 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/403202
Status: Open => Answered
RaiMan proposed the following answer:
... then this means, that "throbber" is not yet visible, when
waitVanish() starts its observation.
try this
wait("img.png") # this ensures, that img.png is visible, before waitVanish starts.
waitVanish("img.png", FOREVER)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.