LDTP  2.3.1
selectpanelname

Syntax

selectpanelname('<window name>', '<component name>', '<panel name>')

Description

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

ImplementationDetails

Return values:
1on success, else LdtpExecutionError exception

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

Example

from ldtp import *

With respect to Evolution Contacts

selectpanelname('Evolution-Contacts', 'pnlAddbook', 'ldtp')

Author:
Khasim Shaheed <khasim.shaheed@gmail.com>