action_="sleep"

<do action_="sleep"> sleeps for a specified period of time. (Available as of version 16.29)

Description

The "sleep" action forces a query to run for at least n milliseconds. It is intended for use in test automation.

Syntax

<dynamic>
    <do action_="sleep" ms_="{@#n}">
    </do>
</dynamic>

Attributes for action_="sleep"

ms_
The number of milliseconds to sleep. The value must be a non-negative integer less than or equal to 900000 (15 minutes).