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

Property Options.GlobalStepDelay

Gets or sets Global Delay between steps execution

Usage

Property ZAP.Options.GlobalStepDelay As Integer

Parameters

PromptMessage (optional)

Type: String

Default value: "Input the text:"

Prompt Message for Input Dialog

CollapseMainWindow (optional)

Type: Boolean

Default value: true

If true it collapses Main ZAPTEST Window when dialog appears

DefaultResult (optional)

Type: String

Default value: Empty String

Default result if user clicks close button

Returns

Example

VBScript

'Get
msgbox(Zap.Options.GlobalStepDelay)
'Set
Zap.Options.GlobalStepDelay = 2000

JavaScript

//Get
alert(Zap.Options.GlobalStepDelay);
//Set
Zap.Options.GlobalStepDelay = 2000;

Documentation Categories

ZAPTEST

FARM

LOAD