Send FunctionKeys 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 Avo Assure Client to accept an encrypted text and send the individual keystrokes to the textbox specified in the input value.
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 the login feature in application and where user wants to ensure their password is secure. For this scenario, The Send FunctionKeys Securely action used by Avo Assure. It allows the user to send the secure input as encrypted text corresponding to individual keystrokes values to password textbox.
Textbox;;1;
The send function keys securely needs to successfully be logged into the application and stores the status in {Result} output variable.
The send functionkeys securely action performed on textbox element and saves the status in the {Result} output variable as True.