Send FunctionKeys Securely
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.
Syntax
Input: <Object Type>; <Visible text>(optional); <index>; <Encrypted Text>;<abs (optional)>;
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)

Usecase/Example

Scenario
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.
Input
Textbox;;1;
Expected Result
The send function keys securely needs to successfully be logged into the application and stores the status in {Result} output variable.
Output
The send functionkeys securely action performed on textbox element and saves the status in the {Result} output variable as True.
Last updated
Was this helpful?