sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24676
Re: [Question #245298]: How to handle enable/Disbale state of the button
Question #245298 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245298
sudhir takale posted a new comment:
When i used following code
button = Pattern("img1").exact()
while button.exists(Pattern("img1").exact()):
click(button)
getting error message cannot used exists with button.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.