Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method Wait

Provides pause in execution process

Usage

Function ZAP.Wait(
        Integer Seconds,
        Integer Milliseconds [Optional]
)

Parameters

Seconds

Type: Integer

Pause In Seconds

Milliseconds (optional)

Type: Integer

Default value: 0

Pause In Milliseconds

Returns

No return value

Example

VBScript

Zap.Wait 3

JavaScript

Zap.Wait(3);

Documentation Categories

ZAPTEST

FARM

LOAD