selectpanel

Syntax

selectpanel ('<window name>', '<component name>', <panel number>)

Description

Select a panel using the panel number in a list of panels

Implementation

Return values:
1 on success and 0 on error
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/panel.c

Example

from ldtp import *

With respect to Evolution Contacts

selectpanel ('frmEvolution-Contacts', 'pnlAddbook', 1)

Author:
Poornima Nayak <pnayak@novell.com>


Linux Desktop Testing Project