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

Method Keyboard.SetTypeDelay

Sets additional Delay For 'Type' Method: adds time delay in milliseconds before and after typing the text

Usage

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);

Documentation Categories

ZAPTEST

FARM

LOAD