Method Keyboard.SetTypeDelay
Sets additional Delay For 'Type' Method: adds time delay in milliseconds before and after typing the textUsage
Function ZAP.Keyboard.SetTypeDelay(
Integer MsDelay
)
Parameters
MsDelay
Type: Integer
Delay in milliseconds
Returns
No return value
Example
VBScript
Zap.Keyboard.SetTypeDelay 500
JavaScript
Zap.Keyboard.SetTypeDelay(500);
Comment
Set addition type delay