LDTP  2.3.1
selectpanel

Syntax

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

Description

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

ImplementationDetails

Return values:
1on success and 0 on error

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

Example

from ldtp import *

With respect to Evolution Contacts

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

Author:
Poornima Nayak <pnayak@novell.com>