sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04184
[Question #166327]: Matrix
New question #166327 on Sikuli:
https://answers.launchpad.net/sikuli/+question/166327
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 thevmatrix 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.