sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19135
Re: [Question #232110]: Script fails due to non-responsive mode of pop-up window
Question #232110 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/232110
Status: Open => Answered
RaiMan proposed the following answer:
what about inserting a wait?
While next screen not exist
If window(A) exists
If window(B) exists
Click (“OK”)
wait(1)
Else
Continue
Else
Break
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.