← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #272154]: [1.1.0] Is there a way to integrate a (background) observer with wheel()?

 

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

RaiMan posted a new comment:
SikuliX basically all over the place is constantly searching for some image on the screen (the visual approach) and the workflow waits for this to happen (you might call this polling).
observe only means, that the search loop is detached to a thread, which makes the communication a bit more complicated.
But still the main workflow waits for some image to appear and has to take care in this case to change the screen in a way, that the hidden image appears.

May be reading this is helpful:
https://sikulix.wordpress.com/2015/09/18/sikulix-how-does-it-find-images-on-the-screen/

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