← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #692455]: [How to] Persistent Script

 

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

    Status: Answered => Open

Javier Gonzales Rodriguez is still having a problem:
Hi there,

now it is working way better.

def MyHandler(event):
    try:
        Trade()
        pass
    except:
        pass

msgReg.onAppear("1597989280191.png", MyHandler)
msgReg.observeInBackground(FOREVER)

msgReg.stopObserver()

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.