LDTP
3.5.0
|
getcellsize('<window name>', '<component name>', '<row>'[, '<column>'])
returns the coordinates of the cell at given row and column of a table / tree table
cell | size of list (x, y, width, height) on success, else LdtpExecutionError exception |
With respect to Evolution Messages tree table
getcellvalue('Evolution-Mail', 'treetblMails', 2, 4)
This will return the size of 3rd message in the message list.