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

Method TypeEncrypted

Obsolete. These method is now obsolete. Please use the regular Type method, it will automatically detect the encrypted text and decrypt it during execution

Usage

Function TypeEncrypted( 
        String EncryptedText,
        Integer DelayIntervalMs [Optional]
)

Parameters

EncryptedText

Type: String

Encrypted Text

DelayIntervalMs (optional)

Type: Integer

Default value: 0

The entire length of typing operation in milliseconds

Returns

No return value

Example

VBScript

Application("Demo").TypeEncrypted "demo string"
'Set typing speed
Application("Demo").TypeEncrypted "demo string", 500

JavaScript

Application("Demo").TypeEncrypted("demo string");
// Set typing speed
Application("Demo").TypeEncrypted("demo string", 500);

Documentation Categories

ZAPTEST

FARM

LOAD