Property Options.GlobalStepDelay
Gets or sets Global Delay between steps executionUsage
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;
Comment
Get Global Step Delay and save it to variable