Question #691636 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/691636
Status: Open => Answered
masuo proposed the following answer:
[example code with Python]
maxRows = 3
maxColumn = 4
setRaster(maxRows,maxColumn)
for r in range(maxRows):
getRow(r).highlight(1)
for c in range(maxColumn):
getCell(r,c).highlight(1)
--
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