LDTP
3.5.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: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/core.py
Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/core.py
Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Generic.cs
With respect to Find dialog of gedit application
from ldtp import *
getobjectlist('dlgFind')