getobjectlist ('<window name>')
Gets the list of object available in the window (if window exist, else exception will be thrown)
- Todo:
- Return values:
-
| 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')
- Author:
- Premkumar J <prem.jothimani@gmail.com>