← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #166327]: Matrix

 

Question #166327 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/166327

Description changed to:
Could you please give me an example how to handle a matrix in sikuli? I
mean, i want a method that click on each element of matrix.

I.e
dimension= [[dim1,level1],[dim2,level2]]

clickDimension(dimension)
  For m=0;m<=dimension.length;m++
          Click dimension[m,0]
          Click dimensio[m,1]
   EndFor
end

How should I store the matrix  for sikuli?
How should I write the loop for sikuli?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.