closeappwindow

Syntax

closeappwindow ('<Window title name>')

Description

Close application window based on Window title. Returns 1 if success and 0 if unable to close the specified application window.

Implementation

Todo:
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/python/ldtputils.py

Example

from ldtputils import *

closeappwindow ('Bug Buddy')

Note:
Window title name should be case sensitive
Author:
Nagappan <nagappan@gmail.com>

Shankar Ganesh <shagan.glare@gmail.com>



Linux Desktop Testing Project