Send Secure Function Keys

This is pre-build action located under @Generic element, instructs the Avo Assure to accept an encrypted text and send the individual keystrokes to the application’s element specified in the input and save the result in dynamic variable.

Syntax

Input Value: <encrypted input>

Argument
Description

<encrypted input> (Required)

Specify the encrypted text generated using Avo Assure.

 Output Value:

Argument
Description

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

This variable stores the status as true or false

Example

Sends secure function key input to the application using encrypted text

The Send Secure Function Keys action takes the value from the Input Value column (e.g., Encrypted string - CqIV+/BqoopwuD9O82Ixfg==) is securely sent to the application as a function key input. For example, on a login page, you can use this encrypted password generated by Avo Assure for secure login. The result of this action is stored in the {SecureKey} variable, with the following possible values:

  • True – if the key is sent successfully.

  • False – if the action fails or an error occurs.

Last updated

Was this helpful?