sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26209
Re: [Question #249598]: How to split a region into a grid and access each grid element?
Question #249598 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/249598
Status: Open => Answered
RaiMan proposed the following answer:
a javadoc you can find here:
https://dl.dropboxusercontent.com/u/42895525/docs/index.html
in class region it is
setRaster() #prepare grid
setRows # split into rows
setCols # split into cols
# access:
getCol
getRow
getCell
# info
getRows
getCols
getRowH
getColW
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.