LDTP
3.5.0
|
getrowcount('<window name>', '<table name>')
Returns the number of rows present in the table mentioned
number | of rows present in the table on success, else -1 |
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
from ldtp import *
With respect to Evolution, to check no of mails
getrowcount('frmReadOnlyMail', 'tblmails')