sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #50701
Re: [Question #678755]: How To Print To Screen?
Question #678755 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678755
Status: Open => Answered
RaiMan proposed the following answer:
have a look at the still experimental feature guide:
https://sikulix-2014.readthedocs.io/en/latest/extensions/sikuli-guide/index.html#sikuli-guide
an example:
import guide as GD
reg = getCenter().grow(100) #.highlight(2)
GD.rectangle(reg)
GD.text(reg, "hallo")
GD.show(2)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.