Main Page
Related Pages
S
earch for
LDTP User manual
»
Window functions
getobjectinfo
Syntax
getobjectinfo ('<window name>', '<object name>')
Description
Gets the list of object information lik class, parent, label, label_by, child_index
Implementation
Todo:
Return values:
list
of object properies (example, class, parent, label, label_by, child_index) on success, LdtpExecutionError exception on failure
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/client-handler.c
Example
With respect to gedit Find dialog
from ldtp import *
getobjectinfo ('dlgFind', 'btnFind')
Author:
Linux Desktop Testing Project