getapplist

Syntax

getapplist ()

Description

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

Implementation

Todo:
Return values:
list of window names will be returned on success, LdtpExecutionError exception on failure
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/client-handler.c

Example

from ldtp import *

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

Author:
Nagappan A <nagappan@gmail.com>


Linux Desktop Testing Project