> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/actions/web/textbox/send-secure-function-keys.md).

# Send Secure Function Keys

This action in Avo Assure is available under the **Captured Textbox Element**. The functionality of this Action in Avo Assure is to accept encrypted text as input and send each character as an individual keystroke to the textbox element. The status of this Action is then stored in a dynamic variable for further use during test execution.

### Syntax

**Input Value:** `<encrypted input>`

| Argument                                | Description                                                       |
| --------------------------------------- | ----------------------------------------------------------------- |
| <p>\<encrypted input><br>(Required)</p> | <p>Provide the encrypted function keys.<br>(e.g., Enter, Tab)</p> |

{% hint style="info" %}
**Note**:

* The user gives Encrypted text or data.
* Encrypts the text using AES encryption from the tool's encryption utilities.
  {% endhint %}

**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 function key inputs to the specified application field securely.**

The **Send Secure Function Keys** action takes the value from the Input Value column **(e.g., Q/ELEbp38v/WZzyO6XAUIg==)** and sends the decrypted function keys to the target object. The result of the operation is stored in the **{FunctionKeys}** variable, with the following possible values:

* **True –** If the secure function keys are sent successfully.
* **False –** If the operation fails or an error occurs.

<figure><img src="/files/HQyOQgCiyFXjf11dw4a4" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/web/textbox/send-secure-function-keys.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
