Send Keystrokes Securely
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input: <Encrypted input>
<Encrypted input> (Required)
Provide the encrypted text.
Supported formats:
Encrypted Text
Static values
Dynamic Variables
Note: To use encrypted text with the Send Keystrokes Securely action, first encrypt the text using AES Encryption from the tool's encryption utilities.
Output Value:
<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.