Skip to content

Actions Wait

thica edited this page Jan 10, 2020 · 6 revisions

wait

Waits for a specific time. Helpful for synchronizing remote commands. This is a blocking action. The wait time has to be passed in milliseconds You also could use a short form, where the wait time is added directly to the string. eg. string="wait 500"

Attribute Description
string wait
time Wait time in milliseconds
A short example:
<action name="wait some time" string="wait" time="500" />
Clone this wiki locally