Send Keystrokes Securely

This is a pre-built action in Avo Assure that comes for the Captured Textbox Element, instructs the Avo Assure to accept an encrypted text and send the individual keystrokes to the application and save the result in the dynamic variable.

Syntax

Input: <Encrypted input>

Argument
Description

<Encrypted input> (Required)

Provide the encrypted text.

Supported formats:

  • Encrypted Text

  • Static values

  • Dynamic Variables

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This variable stores the status as True or False

Example

Sends encrypted keystrokes to the specified input field to ensure secure data entry.

The Send Keystrokes Securely action takes the value from the Input Value column (e.g., iPh64rgJnD4sSbVyDKqRWw==) and enters the decrypted content into the target field (e.g., Password). The result of the operation is stored in the {SecureText} variable, with the following possible values:

  • True – If the encrypted text is entered successfully.

  • False – If the encrypted text operation fails or an error occurs.

Last updated

Was this helpful?