LDTP
2.3.1
|
getcellvalue('<window name>', '<component name>', '<row>', '<column>')
returns the text in a cell at given row and column of a 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
gettextvalue('Evolution-Mail', 'treetblMails', 2, 4)
This will return the subject of 3rd message in the message list.