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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to