# Send Keystrokes Values

This action in Avo Assure is available under the **Captured Textbox Element**. The functionality of this Action in Avo Assure is to send individual keystrokes to the textbox, allowing each keystroke value to be entered one by one. The result of this action is stored in a dynamic variable for further use during test execution.

## **Syntax**

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

| Argument                            | Description                                                   |
| ----------------------------------- | ------------------------------------------------------------- |
| <p>\<input value><br>(Required)</p> | Specifies the actual string to be entered as the input value. |

**Output Value**: `<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)`

| Argument                                                    | Description                                                       |
| ----------------------------------------------------------- | ----------------------------------------------------------------- |
| \<Dynamic Variable>(Optional);\<Dynamic Variable>(Optional) | both dynamic variable stores the status as **True** or **False**. |

### Example: Sending Individual Keystrokes to a Textbox

In this example, we explain how to send individual keystrokes to a textbox using the **Send Keystroke Values** action.

* **Action**: Send Keystroke Values
* **Input Value**: Van <Goodman@gmail.com>
  * The input value (**Van <Goodman@gmail.com>**) specifies the text to be entered into the target textbox.
* **Output Value**: {Status}
  * The result of the text entry operation is stored in the **{Status}** dynamic variable, which returns one of the following values:
    * **True**: If the keystrokes are sent to the textbox successfully.
    * **False**: If the keystrokes are not sent to the textbox successfully.
* **Logical Explanation**: The **Send Keystroke Values** action takes the value from the **Input Value** column (**Van <Goodman@gmail.com>**) and automates keyboard interactions by sending each character sequentially to the specified textbox. The result of this operation is stored in the **{Status}** variable as true.

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


---

# Agent Instructions: 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:

```
GET https://docs.avoautomation.com/avo-assure/actions/web/textbox/send-keystrokes-values.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
