sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35110
Re: [Question #272394]: Click after image is shown
Question #272394 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272394
Status: Open => Answered
RaiMan proposed the following answer:
while True:
if exists(image1, 0) or exists(image2, 0) or exists(image3, 0):
click(someOtherImage)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.