Main Page
Related Pages
S
earch for
LDTP User manual
»
general
wait
Syntax
wait ([<number of seconds to suspend current execution>])
Description
Suspend execution for the specified time period. Default wait time is 5 seconds.
Note:
Time in seconds.
Implementation
Todo:
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/python/ldtputils.py
Example
To suspend the current sequence of execution for 5 seconds
from ldtputils import *
wait (5)
Author:
Nagappan <
nagappan@gmail.com
>
Shankar Ganesh <
shagan.glare@gmail.com
>
Linux Desktop Testing Project