wait ([<number of seconds to suspend current execution>])
Suspend execution for the specified time period. Default wait time is 5 seconds.
- Note:
- Time in seconds.
- Todo:
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/python/ldtputils.py
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>