Set Text

This is a pre-built action in the Avo Assure that comes for the Captured Textbox Element. This action instructs Avo Assure to set text in textbox and store the status in the given dynamic variable.

Syntax

Input Value: <input value>

Argument
Description

<input value> (Required)

The text value to be entered into the textbox.

Supported formats include:

  • Text

  • Static variables

  • Dynamic variables

Output Value

Argument
Description

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

This dynamic variable holds the status of the action as True or False

Example

Sets a value into a textbox field within a web application

The Set Text action takes the input from the Input Value column (e.g., JohnDoe) and sets this value into the targeted textbox. The result of the action is stored in the {SetText} variable, with possible values:

  • True – If the text is successfully set in the textbox.

  • False – If the text could not be entered.

Last updated

Was this helpful?