LDTP
3.0.0
|
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://cgit.freedesktop.org/ldtp/ldtp/tree/src/client-handler.c
With respect to Find dialog of gedit application
from ldtp import *
getobjectlist('dlgFind')