Send Keystrokes Securely
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built action in Avo Assure which is located under the @Custom element. It instructs the Avo Assure Client to accept an encrypted text and pass the decrypted value (text) to the application.
Input: <Object Type>; <Visible text>(optional); <index>;<Encrypted Text>; <abs (optional)>
Note: To provide encrypted text as input to the actions the user should encrypt the required text using “AES Encryption” from the tool encryption utilities.
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)
Consider a scenario where a user is testing web application to ensure that the password information entered during login is encrypted and decrypted text is correctly received by the application. For this scenario Send keystrokes Securely action used by Avo Assure. The application receives the password in plain text instead of encrypting it. It ensures data privacy and security.
Textbox;1;. 2o7ZBSG4rdGpGBlgtzvX7g==
The Send keystrokes securely action needs to set the decrypted value to the textbox.
The send keystrokes securely action performed on specified textbox element.