sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #14420
Re: [Question #213447]: clicking one of the images on list
Question #213447 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/213447
j proposed the following answer:
Alternative:
def handler(event):
click(event.match)
onAppear("image1.png", handler)
onAppear("image2.png", handler)
onAppear("image3.png", handler)
observe(FOREVER)
I think this one is shorter and faster.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.