LDTP
3.5.0
|
selectrowpartialmatch('<window name>', '<tree table name>', '<texttobesearchedfor>')
selects the row having cell that contains the given text.
1 | on success and throws an exception 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
Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Tree.cs
With respect to evolution
selectrowpartialmatch('evolution', 'ttblMailFolder','Inbox')
The 'Inbox' folder's name changes depending on the number of unread mails. In such cases we can use the above method to select the 'Inbox' folder.