LDTP
3.5.0
|
getapplist()
Will return all the accessibility application window title that are currently opened
list | of window names will be returned on success, LdtpExecutionError exception on failure |
Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/core.py
Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/core.py
Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Generic.cs
from ldtp import *
getapplist() # Will return all the accessibility application window title that are currently opened