LDTP
3.0.0
|
getcellvalue('<window name>', '<component name>', '<row>'[, '<column>'])
returns the text in a cell at given row and column of a table / tree table
cell | value of type string on success, else LdtpExecutionError exception |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/table.c Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/tree-table.c
With respect to Evolution Messages tree table
getcellvalue('Evolution-Mail', 'treetblMails', 2, 4)
This will return the subject of 3rd message in the message list.