← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #195347]: wait for image A or wait for image B

 

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

Randy posted a new comment:
def handler(event):
    click(A )

def handler2(event):
    click(B )

onAppear(C , handler)
onAppear(D, handler2)
observe()

* Thanks

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