LDTP
3.0.0
|
getobjectsize('<window name>'[, '<object name>'])
Get the object size, of the given window. If object does not exist, then LdtpExecutionError will be thrown.
x,y,width,height | as a list and as int type will be returned on success, LdtpExecutionError exception on failure |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/ldtp-gui.c
launchapp('gedit')
getobjectsize('*-gedit', 'btnFind')