LDTP
3.0.0
|
getwindowsize('<window name>')
Get the window size, of the given window name. If window 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')
getwindowsize('*-gedit')