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

Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/core.py

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

Example

from ldtp import *

With respect to Evolution Contacts

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

Author
Khasim Shaheed khasi.nosp@m.m.sh.nosp@m.aheed.nosp@m.@gma.nosp@m.il.co.nosp@m.m


Linux Desktop Testing Project