sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #44931
Re: [Question #262651]: Display On-screen text annotation
Question #262651 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/262651
RaiMan posted a new comment:
@ mawesome
look here about the state:
http://sikulix-2014.readthedocs.io/en/latest/extensions/sikuli-guide/index.html
example:
import guide as GD
aTarget = getCenter().grow(50) # where to show (a Region)
GD.text(aTarget, "hello right") # what to show
GD.text(aTarget, "hello left", side = "left") # what to show
GD.text(aTarget, "hello bottom", side = "bottom", back = (255, 0, 0)) # what to show
GD.show(2) # show it for 2 seconds
Have fun ;-)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.