LDTP
3.5.0
|
verifytablecell('<window name>', '<table name>', <row no>, <column no>, '<string to be compared>')
Verifies the tablecell value with the String Passed ie., fifth argument
1 | on success and 0 on error. |
Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/table.py
Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/table.py
from ldtp import *
With respect to Evolution, open message
verifytablecell('frmReadOnlyMail', 'tblcheck', 1, 1, 'xyz@yahoo.com')