LDTP  2.3.1
verifytablecell

Syntax

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

Description

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

ImplementationDetails

Return values:
1on success and 0 on error.

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/table.c

Example

from ldtp import *

With respect to Evolution, open message

verifytablecell('frmReadOnlyMail', 'tblcheck', 1, 1, 'xyz@yahoo.com')

Author:
Bhargavi <kbhargavi_83@yahoo.co.in>