Selectpanel
From LDTP
| Table of contents |
Syntax
selectpanel ('<window name>', '<component name>', <panel number>)
Description
Select a panel using the panel number in a list of panels
Implementation
Returns 1 on success and 0 on error
Refer: panel.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/panel.c)
Example
from ldtp import *
With respect to Contacts
selectpanel ('Evolution-Contacts', 'pnlAddbook', 1)

