Send Keystrokes Values

This is a pre-built action in Avo Assure that comes for the Captured Textbox Element, instructs Avo Assure to send individual keystrokes to the textbox. It helps to send one by one keystroke values to the textbox and save the result in dynamic variable.

Syntax

Input Value: <input value>

Argument
Description

<input value> (Required)

Provide the actual string you want to type as the input value.

Output Value

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This variable holds the status as True or False

Example

Sends individual keystrokes to a textbox in the application

The Send Keystroke Values action sends the specified keystroke values (e.g., JohnDoe) to the defined textbox object. This action automates keyboard-based interactions by inputting characters one by one. The result of this action is stored in the {Value} variable, with the following possible values:

  • True – if the keystrokes are successfully sent

  • False – if the textbox is not found or an error occurs during input.

Last updated

Was this helpful?