LDTP  2.3.1
unhandletablecell

Syntax

unhandletablecell()

Description

Don't 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')

unhandletablecell()

Author:
Nagappan Alagappan <nagappan@gmail.com>