Get Text From Object
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure under the Captured Textbox Element, instructs the Avo Assure to retrieve the text from the textbox and save the result in a dynamic variable.
Input Value: N/A
N/A
Not Applicable
Output Value:
<Dynamic Variable> (Required)
Specify the dynamic variable to store the text fetched from the textbox on the application.
<Dynamic Variable>(Optional)
This variable stores the status as True or False
Example
Extracts and stores the visible text content from the specified object.
The Get Text From Object action does not take any value in the Input Value column. It retrieves the text from the targeted object (e.g., Username Textbox). The retrieved text (e.g., email) is stored in the {ExtractedText} variable, while the execution status is stored in the {Status} variable, with the following possible values:
True – If the text is retrieved successfully.
False – If the operation fails or an error occurs.