summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornags <nags@nags-desktop.(none)>2010-01-10 17:39:17 -0800
committernags <nags@nags-desktop.(none)>2010-01-10 17:39:17 -0800
commitf0fa7b9c9c11bd0e36006d7dc95144ff52f14a31 (patch)
tree0f5880992f9bb039f4f57f7339420f545cf18a0c
parent6ce8da4599b8a302ecf516756211044fa9a94c6b (diff)
Updated doc
-rw-r--r--doc/pyldtp-doc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/pyldtp-doc.h b/doc/pyldtp-doc.h
index be17967..b53f0f2 100644
--- a/doc/pyldtp-doc.h
+++ b/doc/pyldtp-doc.h
@@ -5531,11 +5531,12 @@
/** \page launchapp launchapp
* \section Syntax
*
- * launchapp ('\<application binary name\>'[, argument] [,use additional environment variables for accessibility])
+ * launchapp ('\<application binary name\>'[, argument] [,delay = 5][,
+ * env = 1])
*
- * second and third arguments are optional. environment default argument is 1. So the GTK_MODULES and GNOME_ACCESSIBILITY will be set and added to the enivronment variable. Currently the second argument is applicable only when the test is run in local environment.
+ * second and third arguments are optional. environment default argument is 1. So the GTK_MODULES and GNOME_ACCESSIBILITY will be set and added to the enivronment variable.
*
- * Second argument is a list, if executed from local session and the same argument is used as sleep time for remote session, but as a single integer value.
+ * Delay is wait time (in seconds) after launching the application
*
* NOTE: Incase of remote session, the command line arguments should be part of application name
*