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

Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Tree.cs

Note
Supported only on Linux and Windows platform

Example

With respect to Evolution Mail component

from ldtp import *

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

Author


Linux Desktop Testing Project