Main Page
Related Pages
S
earch for
LDTP User manual
»
Window functions
getobjectlist
Syntax
getobjectlist ('<window name>')
Description
Gets the list of object available in the window (if window exist, else exception will be thrown)
Implementation
Todo:
Return values:
List
of objects on success, LdtpExecutionError exception on failure
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/client-handler.c
Example
With respect to Find dialog of gedit application
from ldtp import *
getobjectlist ('dlgFind')
Author:
Premkumar J <
prem.jothimani@gmail.com
>
Linux Desktop Testing Project