Set Secure Text

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.

Syntax

Input Value: <Row>;<Col>;<Object Type>;<Index>;<Encrypted Text>

Argument
Description

<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

Argument
Description

<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

Last updated

Was this helpful?