LDTP  2.3.1
getapplist

Syntax

getapplist()

Description

Will return all the accessibility application window title that are currently opened

Return values:
listof window names will be returned on success, LdtpExecutionError exception on failure

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/client-handler.c

Example

from ldtp import *

getapplist() # Will return all the accessibility application window title that are currently opened

Author:
Nagappan Alagappan <nagappan@gmail.com>