Set Secure Text
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built Action located under the Table captured from the AUT Element, instructs the Avo Assure to accept an encrypted text and pass the decrypted value into the application’s textbox, which is in the table cell, and save the result in the given dynamic variable.
Note: To provide encrypted text as input to the Set Secure Text Action, the user should encrypt the required text using AES Encryption from the tool’s encryption utilities.
Input Value: <Row>;<Col>;<Object Type>;<Index>;<Encrypted Text>
<Row> (Required)
Row number of the specified table cell
<Col> (Required)
Column number of the specified table cell
<Object Type> (Required)
Type of object inside the cell (e.g., input)
<Index> (Required)
Element index of the object within the cell
<Encrypted Text> (Required)
Encrypted string to be decrypted and entered into the textbox
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the status of the action as True or False
Example
Securely enters encrypted text into a textbox within a specific cell of a table.
The Set Secure Text action takes the input from the Input Value column (e.g., 2;2;input;1;U2FsdGVkX19Pcm1YxCdrJw==) and decrypts the encrypted value before entering it into the specified textbox. The result of the action can be saved in the {Status} variable with one of the following statuses:
True – if the value is decrypted and entered successfully
False – if an error occurs during decryption or entry