getapplist

Syntax

getapplist ()

Description

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

Return values:
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

Example

from ldtp import *

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

Author:
Nagappan Alagappan <nagappan@gmail.com>


Linux Desktop Testing Project