LDTP  3.5.0
 All Pages
verifypartialtablecell

Syntax

verifypartialtablecell('<window name>', '<table name>', <row no>, <column no>, '<sub string to be compared>')

Description

Verifies the tablecell value with the sub String Passed ie., fifth argument

ImplementationDetails

Return values
1on success, else 0.

Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/table.py

Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/table.py

Note
Supported only on Mac and Linux platform

Example

from ldtp import *

With respect to Evolution, open message

verifypartialtablecell('frmReadOnlyMail', 'tblcheck', 1, 1, 'xyz')

Author
Bhargavi kbhar.nosp@m.gavi.nosp@m._83@y.nosp@m.ahoo.nosp@m..co.i.nosp@m.n


Linux Desktop Testing Project