LDTP
2.3.1
|
getobjectinfo('<window name>', '<object name>')
Gets the list of object information lik class, parent, label, label_by, child_index
list | of object properies(example, class, parent, label, label_by, child_index) on success, LdtpExecutionError exception on failure |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/client-handler.c
With respect to gedit Find dialog
from ldtp import *
getobjectinfo('dlgFind', 'btnFind')