← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #245298]: How to handle enable/Disbale state of the button

 

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

    Status: Open => Answered

obiwan-92 proposed the following answer:
Hello,

I understand, try this instead :

button = Pattern("img1").exact()
while exists(button):
      click(button)

Regards.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.