Get Text of Element
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure and is available for the Captured Element, instructs the Avo Assure to fetch the text of the element captured from the Application Under Test (AUT) and save the result in the dynamic variable.
Input Value: N/A
N/A
Not Applicable
<Dynamic Variable> (Required)
This dynamic variable holds fetched text from element
<Dynamic Variable> (Optional)
This dynamic variable holds the status of the action as True or False.
Example
Fetches the visible text from the captured element on the application screen.
The Get Text of Element action does not take any value in the Input Value column. It retrieves the text content from the target element. The fetched text (e.g., Click the button!) is stored in the {GetText} variable, while the execution status is stored in the {Status} variable, with the following possible values:
True – If the text is retrieved from element successfully.
False – If the operation fails or an error occurs.