Send Secure Function Keys
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure that comes with the Captured Textbox Element, instructs the Avo Assure to accept encrypted text as input and send each character as an individual keystroke to the textbox element and save the result in the dynamic variable.
Input Value: <encrypted input>
<encrypted input> (Required)
Provide the encrypted function keys (e.g., Enter, Tab)
Note:
The user gives Encrypted text or data.
Encrypts the text using AES encryption from the tool's encryption utilities.
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the status of the action as True or False.
Example
Sends encrypted function key inputs to the specified application field securely.
The Send Secure Function Keys action takes the value from the Input Value column (e.g., Q/ELEbp38v/WZzyO6XAUIg==) and sends the decrypted function keys to the target object. The result of the operation is stored in the {FunctionKeys} variable, with the following possible values:
True – If the secure function keys are sent successfully.
False – If the operation fails or an error occurs.