LDTP  3.5.0
 All Pages
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: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/table.py

Note
Supported only on Linux and Mac platform

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