LDTP  2.3.1
handletablecell

Syntax

handletablecell()

Description

Handle table cell, by default handling table cell is turned off, as the mapping (atleast with Evolution) consumes lot of time

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

handletablecell()

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

Author:
Nagappan Alagappan <nagappan@gmail.com>