Get text
Last updated
Last updated
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to retrieve the text of the element and save the result in the output variable.
Input: <ObjectType>;<VisibleText(Optional)>;<index>
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
User is working on desktop application for an online banking system. The user’s account summary screen shows important account details such as the account number, balance, and recent transactions. You need to retrieve the account balance displayed on the screen.
The Get text Action needs to retrieve the text from an element displaying the user’s account balance on the account summary page.
textbox;;3
The Get text Action needs to retrieve account balance and save it in the Output variable.
The Get text Action retrieves account balance and save it in the {result} output variable as USD 5000, which can be utilized for display or other purposes.