getapplist ()
Will return all the accessibility application window title that are currently opened
- 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
from ldtp import *
getapplist () # Will return all the accessibility application window title that are currently opened
- Author:
- Nagappan A <nagappan@gmail.com>