Property Zap.Options.GlobalTimeout
Gets or sets Global Execution Timeout
This is the amount of time for detecting object or searching for the application. Setting of this parameter overwrites its value in ZAPTEST Options
Usage
Property Zap.Options.GlobalTimeout As Integer
Example
VBScript
'Get
msgbox(Zap.Options.GlobalTimeout)
'Set
Zap.Options.GlobalTimeout = 2000
JavaScript
//Get
alert(Zap.Options.GlobalTimeout);
//Set
Zap.Options.GlobalTimeout = 2000;

ZAP Utility

Zap.Opt...Timeout
timeout

Comment
Set new value to options

ZAP Utility

Zap.Opt...Timeout
3000
Comment
Get Global Timeout and save it to variable