getobjectlist ('<window name>')
Gets the list of object available in the window (if window exist, else exception will be thrown)
| List | of objects on success, LdtpExecutionError exception on failure |
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/client-handler.c
With respect to Find dialog of gedit application
from ldtp import *
getobjectlist ('dlgFind')