sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55345
[Question #691636]: Interact with table
New question #691636 on Sikuli:
https://answers.launchpad.net/sikuli/+question/691636
Hello Everyone,
I am using Sikuli using Java and within the AUT (application under test), I am trying to loop through a table.
The following is what I already tried:
//Define the region using an image (table_content.png)
Region region = screen.find(table_content.png).setRaster(4,8) // <--- I know this will return the getCell(0,0)
from here I would like to loop through all the columns and cells, but not sure how to?
The region.getRows() // <- returns 0
If there is a better way to do this, please feel free to suggest!
Thanks in advance for all the support!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.