← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #691636]: Interact with table

 

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.