sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38428
Re: [Question #294807]: Trouble figuring out onAppear
Question #294807 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/294807
Sao posted a new comment:
My thought was that since onAppear can work in the background it doesn't stop the script like a exists would.
If I do it like this it stops to check if png.1 is there after each "do stuff" round. I want that process to be done quicker.
while tot < x and not exists(png.1):
do stuff
x += 1
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.