LDTP
3.5.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: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/table.py
Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/table.py
Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Tree.cs
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.