Send Function Keys Securely

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 send the individual keystrokes to the application’s textbox within a scraped table and save the result in 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., textbox)

<Index>

(Required)

Element index of the object within the cell

<Encrypted Text>

(Required)

Encrypted keystroke value to be sent to 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

Sends encrypted keystrokes (e.g., function keys) to a textbox within a specified table cell.

The Send Function Keys Securely action takes the input from the Input Value column (e.g., 2;5;input;1;u6llVGDU88P6XZcLQ0n9Q==) and sends the decrypted keystroke value to the textbox located in the given cell. The result is stored in the {Status} variable, with possible values:

  • True – if the keystrokes are sent successfully

  • False – if the action fails or an error occurs

Last updated

Was this helpful?