sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #22376
Re: [Question #239427]: can the function 'clickable (PRSM)' link to locations outside of SIKULI
Question #239427 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/239427
Status: Open => Needs information
RaiMan requested more information:
Not clear what you want to do.
Guide.clickable() implements an area on the screen, that reports clicks
back to the script, which is mainly used in Guide to realize buttons.
So it might be used to implement a click-watchdog in parts of the
screen. But to really get value from this feature, you have to put this
stuff into a thread, that works parallel to your main script (like
observe in background).
The normal Guide workflow is blocking in the sense, that it shows
something on the screen and then waits some time and/or some click
action.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.