← Back to team overview

sikuli-driver team mailing list archive

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.