LDTP  3.0.0
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 nagap.nosp@m.pan@.nosp@m.gmail.nosp@m..com


Linux Desktop Testing Project