getobjectproperty ('<window name>', '<object name>', '<object property>')
Get the object property if available, else exception will be thrown
- Todo:
- Return values:
-
| object | property string 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 *
getobjectproperty ('dlgFind', 'btnFind', 'label') # Returns '_Find' string in US.English locale
- Author:
- Premkumar J <prem.jothimani@gmail.com>