sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35322
[Question #272929]: observe an event in background
New question #272929 on Sikuli:
https://answers.launchpad.net/sikuli/+question/272929
i tried observer with below code. but i didn't get solution what i expected. i need to do observe action in background.
code:
def myH(e):
popup("Hallo")
stopObserver()
onAppear(img, myH)
popup("Start")
observe()
popup("Ende")
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.