Send Keystrokes Values
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input Value: <input value>
<input value> (Required)
Provide the actual string you want to type as the input value.
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This variable holds the status as True or False
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.