LDTP
2.3.1
|
getwindowlist()
Gets all the window name, that are currently opened. If none of the windows are opened, then LdtpExecutionError will be thrown.
list | of window names will be returned on success, LdtpExecutionError exception on failure |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/client-handler.c
from ldtp import *
getwindowlist()