LDTP  2.3.1
 All Pages
expandtablecell

Syntax

expandtablecell('<window name>', '<tree table object name>', <row>)

Description

Expand or contract the tree table cell on a row

Return values
1on success, LdtpExecutionError exception on failure

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

Example

With respect to Evolution Mail component

from ldtp import *

expandtablecell('frm*-Evolution', 'ttblMailFolderTree', 0) # In mail folder view

Author


Linux Desktop Testing Project