← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #676275]: .exists doesnt work properly

 

Question #676275 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676275

RaiMan proposed the following answer:
even better:

while(true){
   s.type(Keys.DOWN);
   if(s.exists(locator)!=null){
    s.click(locator);
    break;
   }
  }

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.